-
Notifications
You must be signed in to change notification settings - Fork 136
Update to latest msbuild vs15.7_source-build branch #500
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
Conversation
repos/msbuild.proj
Outdated
@@ -10,12 +10,18 @@ | |||
<BuildCommand>$(ProjectDirectory)build/build$(ShellExtension) build -DotNetBuildFromSource -DotNetCoreSdkDir $(DotNetCliToolDir) -bootstraponly -skiptests -pack -configuration $(Configuration) /p:GitHeadSha=$(GitCommitHash) $(OutputVersionArgs)</BuildCommand> | |||
<SourceOverrideRepoApiImplemented>true</SourceOverrideRepoApiImplemented> | |||
<RepoApiImplemented>false</RepoApiImplemented> | |||
<UsesRepoToolset>true</UsesRepoToolset> | |||
<GlobalJsonFile>$(ProjectDirectory)global.json</GlobalJsonFile> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting... MSBuild doesn't have an SDK version in its global.json. I'm adding a commit to remove this line.
cc @cdmihai - The last commit has a patch to update msbuild build scripts to uptake existing repotoolset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
The msbuild vs15.7_source-build branch has changes that update them to the latest version of repotoolset and remove remaining patch for msbuild.