aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index e04f0de2..36565551 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -12,7 +12,8 @@ dotnet publish -c %_C% -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix
12@rem dotnet publish -c %_C% -o %_P%\netfx-heat\ -f net461 src\heat 12@rem dotnet publish -c %_C% -o %_P%\netfx-heat\ -f net461 src\heat
13@rem dotnet publish -c %_C% -o %_P%\netfx-wix\ -f net461 src\wix 13@rem dotnet publish -c %_C% -o %_P%\netfx-wix\ -f net461 src\wix
14@rem dotnet publish -c %_C% -o %_P%\netfx-wixcop\ -f net461 src\wixcop 14@rem dotnet publish -c %_C% -o %_P%\netfx-wixcop\ -f net461 src\wixcop
15dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\net461\ -f net461 src\WixToolset.BuildTasks 15dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\net461\x86\ -f net461 -r win-x86 src\WixToolset.BuildTasks
16dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\net461\x64\ -f net461 -r win-x64 src\WixToolset.BuildTasks
16dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\netcoreapp2.1\ -f netcoreapp2.1 src\WixToolset.BuildTasks 17dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\netcoreapp2.1\ -f netcoreapp2.1 src\WixToolset.BuildTasks
17dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\ src\WixToolset.MSBuild 18dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\ src\WixToolset.MSBuild
18 19