blob: d3acaadbdbed879dc3c6295e3c4807d103ed3c1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@setlocal
@pushd %~dp0
nuget restore
msbuild -p:Configuration=Release -t:Restore
msbuild -p:Configuration=Release
msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Bal.wixext.csproj
msbuild -p:Configuration=Release -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj
@popd
@endlocal
|