diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 1aceb3b0..8a7782de 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -8,6 +8,7 @@ msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140_xp | |||
8 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp | 8 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp |
9 | 9 | ||
10 | msbuild -p:Configuration=Release -t:Pack src\balutil\balutil.vcxproj | 10 | msbuild -p:Configuration=Release -t:Pack src\balutil\balutil.vcxproj |
11 | msbuild -p:Configuration=Release -t:Pack src\bextutil\bextutil.vcxproj | ||
11 | msbuild -p:Configuration=Release -t:Pack src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj | 12 | msbuild -p:Configuration=Release -t:Pack src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj |
12 | 13 | ||
13 | @popd | 14 | @popd |