diff options
author | Rob Mensching <rob@firegiant.com> | 2018-07-19 00:58:00 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-07-21 07:36:59 -0700 |
commit | 2724cfee4c163f3297ee25edfd2372767cfd4945 (patch) | |
tree | 8cdda34c83bea014a586a491e3b4b187ad8f16da /appveyor.cmd | |
parent | 4d40bef9cf51b8cff7e1f6a73fdf68b9722eb8a0 (diff) | |
download | wix-2724cfee4c163f3297ee25edfd2372767cfd4945.tar.gz wix-2724cfee4c163f3297ee25edfd2372767cfd4945.tar.bz2 wix-2724cfee4c163f3297ee25edfd2372767cfd4945.zip |
Move tool projects to Tools repo
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 |