aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
blob: 1aceb3b05d8e5571f245a6b7660922b44a14b219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@setlocal
@pushd %~dp0

nuget restore

msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140_xp

msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp

msbuild -p:Configuration=Release -t:Pack src\balutil\balutil.vcxproj
msbuild -p:Configuration=Release -t:Pack src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj

@popd
@endlocal