Merge pull request #6302 from dagood/optional-dotnet-versions/1.0.1
Skip versions repo publish if auth not defined
This commit is contained in:
commit
579cb53fea
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
||||||
Channel="$(Channel)"
|
Channel="$(Channel)"
|
||||||
CommitHash="$(CommitHash)" />
|
CommitHash="$(CommitHash)" />
|
||||||
|
|
||||||
<UpdateVersionsRepo BranchName="$(BranchName)" />
|
<UpdateVersionsRepo BranchName="$(BranchName)"
|
||||||
|
Condition=" '$(GITHUB_PASSWORD)' != '' " />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in a new issue