diff --git a/test/DynamicDependency/data/Framework.Math.Add/Framework.Math.Add.vcxproj b/test/DynamicDependency/data/Framework.Math.Add/Framework.Math.Add.vcxproj
index c5912d11461..474ac343ebd 100644
--- a/test/DynamicDependency/data/Framework.Math.Add/Framework.Math.Add.vcxproj
+++ b/test/DynamicDependency/data/Framework.Math.Add/Framework.Math.Add.vcxproj
@@ -290,19 +290,8 @@
-
-
- CALL $(ProjectDir)..\makemsix.cmd $(ProjectDir) $(OutDir) $(TargetDir) $(TargetFileName) $(TargetName)
- $(TargetName).msix
- $(ProjectDir)appxmanifest.xml;$(ProjectDir)logo.png;$(TargetPathName)
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
-
-
+
+
+
+
diff --git a/test/DynamicDependency/data/Framework.Math.Multiply/Framework.Math.Multiply.vcxproj b/test/DynamicDependency/data/Framework.Math.Multiply/Framework.Math.Multiply.vcxproj
index 9576a5a4b46..ebe287ea37c 100644
--- a/test/DynamicDependency/data/Framework.Math.Multiply/Framework.Math.Multiply.vcxproj
+++ b/test/DynamicDependency/data/Framework.Math.Multiply/Framework.Math.Multiply.vcxproj
@@ -290,19 +290,8 @@
-
-
- CALL $(ProjectDir)..\makemsix.cmd $(ProjectDir) $(OutDir) $(TargetDir) $(TargetFileName) $(TargetName)
- $(TargetName).msix
- $(ProjectDir)appxmanifest.xml;$(ProjectDir)logo.png;$(TargetPathName)
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
- Create .msix via Custom Build Step
-
-
-
\ No newline at end of file
+
+
+
+
+
diff --git a/test/DynamicDependency/data/makemsix.cmd b/test/DynamicDependency/data/makemsix.cmd
index 20ffd81c250..04f03007a2f 100644
--- a/test/DynamicDependency/data/makemsix.cmd
+++ b/test/DynamicDependency/data/makemsix.cmd
@@ -25,9 +25,9 @@ ECHO copy %TargetDir%\%TargetFileName% %OutDirMsix%\%TargetFileName%
copy %TargetDir%\%TargetFileName% %OutDirMsix%\%TargetFileName%
ECHO makeappx.exe pack /v /h SHA256 /d %OutDirMsix% /p %OutDir%%TargetName%.msix
-makeappx.exe pack /v /h SHA256 /d %OutDirMsix% /p %OutDir%%TargetName%.msix
+makeappx.exe pack /v /o /h SHA256 /d %OutDirMsix% /p %OutDir%%TargetName%.msix
:TheEnd
ENDLOCAL
-ECHO /B 0
+EXIT /B 0