Add forgotten ExtensionCache pack and publish
Rob Mensching committed
Jun 8, 2020 at 16:49 UTC
c58da76f6b8c41f645582fb9a5cd8cacf6fede8d
1 file changed
+1
appveyor.cmd
+1
@@ -6,6 +6,7 @@ dotnet test -c Release src\test\WixToolsetTest.CoreIntegration || exit /b %ERROR
6
7
dotnet pack -c Release src\WixToolset.Core || exit /b %ERRORLEVEL%
8
dotnet pack -c Release src\WixToolset.Core.Burn || exit /b %ERRORLEVEL%
9
+dotnet pack -c Release src\WixToolset.Core.ExtensionCache || exit /b %ERRORLEVEL%
10
dotnet pack -c Release src\WixToolset.Core.WindowsInstaller || exit /b %ERRORLEVEL%
11
12
dotnet pack -c Release src\WixToolset.Core.TestPackage || exit /b %ERRORLEVEL%