diff options
author | Rob Mensching <rob@firegiant.com> | 2017-12-29 04:09:35 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-12-29 04:09:35 -0800 |
commit | 5524dd89431695bf9d710e694ec49401d3cecfde (patch) | |
tree | f08a91dceac7e05fbb0aa9b360fc6ff72738f82c /appveyor.cmd | |
parent | 6e6771e80225c1697ea418ad99d95be8dac61102 (diff) | |
download | wix-5524dd89431695bf9d710e694ec49401d3cecfde.tar.gz wix-5524dd89431695bf9d710e694ec49401d3cecfde.tar.bz2 wix-5524dd89431695bf9d710e694ec49401d3cecfde.zip |
Store different framework target separately
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 42465be8..2bd0bbbb 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -6,9 +6,9 @@ dotnet build -c Release src\test\WixToolsetTest.BuildTasks | |||
6 | dotnet build -c Release src\test\WixToolsetTest.CoreIntegration | 6 | dotnet build -c Release src\test\WixToolsetTest.CoreIntegration |
7 | dotnet build -c Release src\test\WixToolsetTest.LightIntegration | 7 | dotnet build -c Release src\test\WixToolsetTest.LightIntegration |
8 | 8 | ||
9 | dotnet publish -c Release -o %_P% -r win-x86 src\wix | 9 | dotnet publish -c Release -o %_P%\netcoreapp2.0 -r win-x86 src\wix |
10 | dotnet publish -c Release -o %_P% -r win-x86 src\light | 10 | dotnet publish -c Release -o %_P%\net461 -r win-x86 src\light |
11 | dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks | 11 | dotnet publish -c Release -o %_P%\net461 -r win-x86 src\WixToolset.BuildTasks |
12 | 12 | ||
13 | dotnet pack -c Release src\WixToolset.Core.InternalPackage | 13 | dotnet pack -c Release src\WixToolset.Core.InternalPackage |
14 | 14 | ||