Skip to content

Commit 0b5d4ba

Browse files
authored
Remove copy race for IIS projects (#11394)
1 parent 5079006 commit 0b5d4ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/IIS/IIS/src/Microsoft.AspNetCore.Server.IIS.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
<Target Name="AddRunNativeComponents"
5757
BeforeTargets="AssignTargetPaths"
58+
DependsOnTargets="DebugSymbolsProjectOutputGroup"
5859
Condition="$(PackNativeAssets) == 'true'">
5960
<ItemGroup>
6061
<None Include="%(InProcessComponents.DllLocation)" CopyToPublishDirectory="PreserveNewest" CopyToOutputDirectory="PreserveNewest" Link="%(InProcessComponents.Platform)\%(InProcessComponents.NativeAsset).dll" />

0 commit comments

Comments
 (0)