Merge pull request #6879 from livarcocc/turn_off_version_updater

Turn off UpdateVersionsRepo task in the build
This commit is contained in:
Livar 2017-06-14 21:29:42 -07:00 committed by GitHub
commit ef8b3446a0

View file

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