Skip to content

Commit

Permalink
Skipping deployment should only skip deployment, not package creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanpalmer committed Mar 17, 2020
1 parent abcda7f commit 084cbeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ git config --list

createTag

packNuGet Xamarin.Forms.QuickTest.nuspec

if [[ $SKIP_DEPLOYMENT == True ]]; then
echo "Skipping deployment"
exit 0
fi

packNuGet Xamarin.Forms.QuickTest.nuspec
publishNuGet Xamarin.Forms.QuickTest.$VERSION.nupkg

0 comments on commit 084cbeb

Please sign in to comment.