diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 1a1369d6..75d75d99 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -2,17 +2,13 @@ | |||
2 | @pushd %~dp0 | 2 | @pushd %~dp0 |
3 | @set _P=%~dp0build\Release\publish | 3 | @set _P=%~dp0build\Release\publish |
4 | 4 | ||
5 | @rem Disable this test until publishing of native assets is worked out | 5 | dotnet pack -c Release src\WixToolset.Core |
6 | @rem dotnet build -c Release src\test\WixToolsetTest.BuildTasks | 6 | dotnet pack -c Release src\WixToolset.Core.Burn |
7 | dotnet build -c Release src\test\WixToolsetTest.CoreIntegration | 7 | dotnet pack -c Release src\WixToolset.Core.WindowsInstaller |
8 | dotnet build -c Release src\test\WixToolsetTest.LightIntegration | ||
9 | |||
10 | dotnet publish -c Release -o %_P%\netcoreapp2.1 -r win-x86 src\wix | ||
11 | dotnet publish -c Release -o %_P%\net461 -r win-x86 src\light | ||
12 | dotnet publish -c Release -o %_P%\net461 -r win-x86 src\WixToolset.BuildTasks | ||
13 | 8 | ||
14 | dotnet pack -c Release src\WixToolset.Core.InternalPackage | ||
15 | dotnet pack -c Release src\WixToolset.Core.TestPackage | 9 | dotnet pack -c Release src\WixToolset.Core.TestPackage |
16 | 10 | ||
11 | dotnet build -c Release src\test\WixToolsetTest.CoreIntegration | ||
12 | |||
17 | @popd | 13 | @popd |
18 | @endlocal | 14 | @endlocal |