Skip to content

Commit 5f41f5f

Browse files
authored
Our test framework package differs from the end (real) framework by lacking the FrameworkUdk dll. Never noticed before as no one used it -- until now (#1193)
1 parent 8aeab05 commit 5f41f5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • test/DynamicDependency/data/Microsoft.WindowsAppSDK.Framework

test/DynamicDependency/data/Microsoft.WindowsAppSDK.Framework/Makefile.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ $(OutMsix): $(ProjectDir)appxmanifest.xml
3939
@copy /Y $(ProjectDir)logo.png $(WorkDir)\logo.png >NUL
4040
@copy /Y $(OutDir)WindowsAppSDK_DLL\Microsoft.WindowsAppSDK.dll $(WorkDir)\Microsoft.WindowsAppSDK.dll
4141
@copy /Y $(OutDir)WindowsAppSDK_DLL\Microsoft.WindowsAppSDK.pdb $(WorkDir)\Microsoft.WindowsAppSDK.pdb
42+
@copy /Y $(OutDir)WindowsAppSDK_DLL\Microsoft.Internal.FrameworkUdk.dll $(WorkDir)\Microsoft.Internal.FrameworkUdk.dll
4243
@makeappx.exe pack $(MAKEAPPX_OPTS)/o /h SHA256 /d $(WorkDir) /p $(OutMsix)
4344
@signtool.exe sign /a $(SIGNTOOL_OPTS) /fd SHA256 /f $(SolutionDir)temp\MSTest.pfx $(OutMsix)
4445

0 commit comments

Comments
 (0)