aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 2bd0bbbb..a10bed10 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -11,6 +11,7 @@ dotnet publish -c Release -o %_P%\net461 -r win-x86 src\light
11dotnet publish -c Release -o %_P%\net461 -r win-x86 src\WixToolset.BuildTasks 11dotnet publish -c Release -o %_P%\net461 -r win-x86 src\WixToolset.BuildTasks
12 12
13dotnet pack -c Release src\WixToolset.Core.InternalPackage 13dotnet pack -c Release src\WixToolset.Core.InternalPackage
14dotnet pack -c Release src\WixToolset.Core.TestPackage
14 15
15@popd 16@popd
16@endlocal 17@endlocal