UI.wixext/appveyor.cmd

13 строки
266 B
Batchfile
Исходник Обычный вид История

2019-01-13 01:49:42 +03:00
@setlocal
@pushd %~dp0
nuget restore
msbuild -p:Configuration=Release -t:Restore
msbuild -p:Configuration=Release src\test\WixToolsetTest.UI\WixToolsetTest.UI.csproj
msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.UI.wixext.csproj
@popd
@endlocal