aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index a41f8c19..5d738995 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -4,12 +4,12 @@
4 4
5nuget restore 5nuget restore
6 6
7dotnet build -c Release src\test\WixToolsetTest.BuildTasks 7dotnet test -c Release src\test\WixToolsetTest.BuildTasks
8dotnet build -c Release src\test\WixToolsetTest.WixCop 8dotnet test -c Release src\test\WixToolsetTest.WixCop
9 9
10dotnet publish -c Release -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix 10dotnet publish -c Release -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix
11dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks 11dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks
12dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netcoreapp2.1\ -f netcoreapp2.1 src\WixToolset.BuildTasks 12dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netstandard2.0\ -f netstandard2.0 src\WixToolset.BuildTasks
13 13
14@rem dotnet publish -c Release -o %_P%\netcoreapp2.1 -r win-x86 src\wix 14@rem dotnet publish -c Release -o %_P%\netcoreapp2.1 -r win-x86 src\wix
15@rem dotnet publish -c Release -o %_P%\net461 -r win-x86 src\light 15@rem dotnet publish -c Release -o %_P%\net461 -r win-x86 src\light