Turn off UpdateVersionsRepo task in the build until the buildtools gets updated to a new NuGet compatible with the CLI.

This commit is contained in:
Livar Cunha 2017-06-14 20:47:55 -07:00
parent dc88177546
commit 42c65b4fe9

View file

@ -30,8 +30,9 @@
Channel="$(Channel)"
CommitHash="$(CommitHash)" />
<UpdateVersionsRepo BranchName="$(BranchName)"
<!-- Uncomment the line below when https://github.com/dotnet/buildtools/issues/1547 gets fixed. -->
<!-- <UpdateVersionsRepo BranchName="$(BranchName)"
PackagesDirectory="$(PackagesDirectory)"
GitHubPassword="$(GITHUB_PASSWORD)" />
GitHubPassword="$(GITHUB_PASSWORD)" /> -->
</Target>
</Project>