2
0
Sébastien Ros 5 жил өмнө
parent
commit
cb9de440f6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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")
   - ps: $IsReleaseBranch = ($env:APPVEYOR_REPO_BRANCH -eq "master" -Or $env:APPVEYOR_REPO_BRANCH -eq "rel/3.0-beta")
 build_script:
 build_script:
   # Ensure we are not using the myget feed for dependencies
   # 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 --version
   - dotnet pack -c Release
   - dotnet pack -c Release
 test_script:
 test_script: