Skip to content

Commit 95b62f6

Browse files
authored
Revert back to before commit 3fae06d [Fix PostBuild event for copying Bootstrap DLL (#3683)] (#3711)
1 parent bf024a6 commit 95b62f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/NuSpecs/WindowsAppSDK-Nuget-Native.C.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</AdditionalDependencies>
3030
</Link>
3131
<PostBuildEvent>
32-
<Command>xcopy.exe /-I /y "$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(_WindowsAppSDKFoundationPlatform)\native\Microsoft.WindowsAppRuntime.Bootstrap.dll" "$(OutDir)Microsoft.WindowsAppRuntime.Bootstrap.dll"</Command>
32+
<Command>xcopy.exe /y "$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(_WindowsAppSDKFoundationPlatform)\native\Microsoft.WindowsAppRuntime.Bootstrap.dll" "$(OutDir)"</Command>
3333
</PostBuildEvent>
3434
</ItemDefinitionGroup>
3535

0 commit comments

Comments
 (0)