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