Skip versions repo publish if auth not defined

This commit is contained in:
Davis Goodin 2017-04-10 17:43:47 -05:00
parent 37224c9917
commit b654c55985

View file

@ -29,6 +29,7 @@
Channel="$(Channel)"
CommitHash="$(CommitHash)" />
<UpdateVersionsRepo BranchName="$(BranchName)" />
<UpdateVersionsRepo BranchName="$(BranchName)"
Condition=" '$(GITHUB_PASSWORD)' != '' " />
</Target>
</Project>