Skip to content

Commit 3fae06d

Browse files
authored
Fix PostBuild event for copying Bootstrap DLL (#3683)
1 parent 8bcc526 commit 3fae06d

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 /y "$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(_WindowsAppSDKFoundationPlatform)\native\Microsoft.WindowsAppRuntime.Bootstrap.dll" "$(OutDir)"</Command>
32+
<Command>xcopy.exe /y "$(MSBuildThisFileDirectory)..\..\runtimes\win10-$(_WindowsAppSDKFoundationPlatform)\native\Microsoft.WindowsAppRuntime.Bootstrap.dll" "$(OutDir)Microsoft.WindowsAppRuntime.Bootstrap.dll"</Command>
3333
</PostBuildEvent>
3434
</ItemDefinitionGroup>
3535

0 commit comments

Comments
 (0)