Browse Source

Fixing condition

Sébastien Ros 5 years ago
parent
commit
cb9de440f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -18,7 +18,7 @@ install:
   - ps: $IsReleaseBranch = ($env:APPVEYOR_REPO_BRANCH -eq "master" -Or $env:APPVEYOR_REPO_BRANCH -eq "rel/3.0-beta")
 build_script:
   # Ensure we are not using the myget feed for dependencies
-  - ps: if ($IsReleaseBranch -or $IsDevBranch) { copy NuGet.release.config NuGet.config }
+  - ps: if ($IsReleaseBranch) { copy NuGet.release.config NuGet.config }
   - dotnet --version
   - dotnet pack -c Release
 test_script: