Merge pull request #4019 from dotnet/piotrpMSFT/msbuild872
Fix for #4018
This commit is contained in:
commit
6a8c8b2dda
1 changed files with 3 additions and 0 deletions
|
@ -227,6 +227,9 @@
|
||||||
<Delete Files="@(PdbsToClean)" />
|
<Delete Files="@(PdbsToClean)" />
|
||||||
|
|
||||||
<!-- workaround for https://github.com/Microsoft/msbuild/issues/872 -->
|
<!-- 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"
|
<Copy SourceFiles="$(RepoRoot)/resources/MSBuild.exe.config"
|
||||||
DestinationFiles="$(SdkOutputDirectory)/MSBuild.exe.config" />
|
DestinationFiles="$(SdkOutputDirectory)/MSBuild.exe.config" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue