Skip versions repo publish if auth not defined
(cherry picked from commit b4c1a809b8
)
This commit is contained in:
parent
1ed6be56ca
commit
2c8ea8263a
1 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@
|
|||
|
||||
<UpdateVersionsRepo BranchName="$(BranchName)"
|
||||
PackagesDirectory="$(PackagesDirectory)"
|
||||
GitHubPassword="$(GITHUB_PASSWORD)" />
|
||||
GitHubPassword="$(GITHUB_PASSWORD)"
|
||||
Condition=" '$(GITHUB_PASSWORD)' != '' " />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue