Remove copy race for IIS projects (#11394)

This commit is contained in:
Justin Kotalik 2019-06-19 19:58:47 -07:00 committed by GitHub
parent 50790068a8
commit 0b5d4baa07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@
<Target Name="AddRunNativeComponents"
BeforeTargets="AssignTargetPaths"
DependsOnTargets="DebugSymbolsProjectOutputGroup"
Condition="$(PackNativeAssets) == 'true'">
<ItemGroup>
<None Include="%(InProcessComponents.DllLocation)" CopyToPublishDirectory="PreserveNewest" CopyToOutputDirectory="PreserveNewest" Link="%(InProcessComponents.Platform)\%(InProcessComponents.NativeAsset).dll" />