Skip to content

Update buildtools to 3.0.0-build-20190123.3 #6959

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 24, 2019

Conversation

natemcmaster
Copy link
Contributor

@natemcmaster natemcmaster requested a review from dougbu January 23, 2019 22:15
@@ -1,2 +1,2 @@
version:3.0.0-build-20190122.3
commithash:43e5fa8e3d8b192e573c3c14ae39b43e1d05cd5e
version:3.0.0-build-20190123.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ick. Is there any way to propagate this version from a single source of truth (preferably this file)? Annoying to need to change multiple locations.

Or, please point me to the script which does the needful 😸

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I usually do this:

rm korebuild-lock.txt
build.cmd /t:Noop

That re-generates korebuild-lock.txt and global.json. Then, I manually update eng/Versions.props to match. The version in eng/Versions.props is only there to make Visual Studio happy. Command-line builds are always in-sync with the version in korebuild-lock.txt.

We could get rid of eng/Versions.props by replacing the PackageReference to Internal.AspNetCore.Sdk with a proper 'MSBuild Sdk', but that's not something I want to tackle just yet.

@natemcmaster natemcmaster merged commit 75d9146 into dotnet:master Jan 24, 2019
@natemcmaster natemcmaster deleted the signcheck branch January 24, 2019 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants