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