aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index d0dcee83..0071045f 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -8,6 +8,9 @@ dotnet test -c Release src\test\WixToolsetTest.BuildTasks
8dotnet test -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
11@rem dotnet publish -c Release -o %_P%\netfx-heat\ -f net461 src\heat
12@rem dotnet publish -c Release -o %_P%\netfx-wix\ -f net461 src\wix
13@rem dotnet publish -c Release -o %_P%\netfx-wixcop\ -f net461 src\wixcop
11dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks 14dotnet 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 15dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netcoreapp2.1\ -f netcoreapp2.1 src\WixToolset.BuildTasks
13 16