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