diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 3dbf95b8..872f2c93 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -3,10 +3,9 @@ | |||
3 | 3 | ||
4 | nuget restore | 4 | nuget restore |
5 | 5 | ||
6 | msbuild -p:Configuration=Release;Platform=Win32 -t:PackNativeNuget src\winterop\winterop.vcxproj | 6 | msbuild -p:Configuration=Release .\src\test\WixToolsetTest.Core.Native\WixToolsetTest.Core.Native.csproj |
7 | msbuild -p:Configuration=Release;Platform=x64 -t:PackNativeNuget src\winterop\winterop.vcxproj | ||
8 | 7 | ||
9 | dotnet pack -c Release .\src\WixToolset.Core.Native\WixToolset.Core.Native.csproj | 8 | msbuild -t:Pack -p:Configuration=Release .\src\WixToolset.Core.Native\WixToolset.Core.Native.csproj |
10 | 9 | ||
11 | @popd | 10 | @popd |
12 | @endlocal \ No newline at end of file | 11 | @endlocal \ No newline at end of file |