Skip versions repo publish if auth not defined
This commit is contained in:
parent
6164c26938
commit
b4c1a809b8
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…
Add table
Reference in a new issue