Copy MSBuild.exe into root dir to work around MSBUILD #872
This commit is contained in:
parent
9009c6512c
commit
f09903d5c6
1 changed files with 3 additions and 0 deletions
|
@ -227,6 +227,9 @@
|
|||
<Delete Files="@(PdbsToClean)" />
|
||||
|
||||
<!-- workaround for https://github.com/Microsoft/msbuild/issues/872 -->
|
||||
<Copy SourceFiles="$(MSBuildTargetsDirectory)/MSBuild.exe"
|
||||
DestinationFiles="$(SdkOutputDirectory)/MSBuild.exe" />
|
||||
|
||||
<Copy SourceFiles="$(RepoRoot)/resources/MSBuild.exe.config"
|
||||
DestinationFiles="$(SdkOutputDirectory)/MSBuild.exe.config" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue