Merge pull request #7436 from dagood/optional-dotnet-versions/master
Skip versions repo publish if auth not defined
This commit is contained in:
commit
ab6933708e
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
Add a link
Reference in a new issue