Skip to content

Commit 8c338de

Browse files
committed
do not build nuget package if not building a tag
1 parent ce43f52 commit 8c338de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

after_test_nuget.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if($env:CONFIGURATION -eq "Release") # is not a pull request
1+
if($env:CONFIGURATION -eq "Release" -and $env:APPVEYOR_REPO_TAG -eq "true")
22
{
33
cd $env:APPVEYOR_BUILD_FOLDER
44
cd common

0 commit comments

Comments
 (0)