Move 14.1 to 15.0 now that MSBuild is version 15.0.
This commit is contained in:
parent
38d18eab4d
commit
2bea6bac83
6 changed files with 5 additions and 1 deletions
|
@ -210,6 +210,10 @@
|
|||
<Copy SourceFiles="@(MSBuildTargetsToCopy)"
|
||||
DestinationFiles="@(MSBuildTargetsToCopy->'$(SdkOutputDirectory)\%(RecursiveDir)%(Filename)%(Extension)')" />
|
||||
|
||||
<!-- Temporary workaround for MSBuild placing their .props files in the old 14.1 directory -->
|
||||
<Move SourceFiles="$(SdkOutputDirectory)/14.1/Microsoft.Common.props"
|
||||
DestinationFolder="$(SdkOutputDirectory)/15.0" />
|
||||
|
||||
<ItemGroup>
|
||||
<FilesToClean Include="$(StageDirectory)/sdk/**/vbc.exe" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"publishOptions": {
|
||||
"include": [
|
||||
"14.1/**",
|
||||
"15.0/**",
|
||||
"*.props",
|
||||
"*.targets"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue