We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce43f52 commit 8c338deCopy full SHA for 8c338de
after_test_nuget.ps1
@@ -1,4 +1,4 @@
1
-if($env:CONFIGURATION -eq "Release") # is not a pull request
+if($env:CONFIGURATION -eq "Release" -and $env:APPVEYOR_REPO_TAG -eq "true")
2
{
3
cd $env:APPVEYOR_BUILD_FOLDER
4
cd common
0 commit comments