diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-03 12:31:23 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-03 14:24:34 +1000 |
commit | be9b04d2272ef9a9e811d2d5486593b628a68993 (patch) | |
tree | 6527d1394aac1d67c8e4e9bd3ed6ae60b184a6eb /appveyor.cmd | |
parent | d5d5e87acf7eadacd757083a4d0272a04962ae9b (diff) | |
download | wix-be9b04d2272ef9a9e811d2d5486593b628a68993.tar.gz wix-be9b04d2272ef9a9e811d2d5486593b628a68993.tar.bz2 wix-be9b04d2272ef9a9e811d2d5486593b628a68993.zip |
Never run in-proc on .NET Core.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 8a023895..b8a37ba6 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -19,6 +19,9 @@ dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\net461\x64\ -f net461 -r | |||
19 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\net461\x64\ -f net461 -r win-x64 src\wix | 19 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\net461\x64\ -f net461 -r win-x64 src\wix |
20 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\net461\x64\ -f net461 -r win-x64 src\wixcop | 20 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\net461\x64\ -f net461 -r win-x64 src\wixcop |
21 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\netcoreapp2.1\ -f netcoreapp2.1 src\WixToolset.BuildTasks | 21 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\netcoreapp2.1\ -f netcoreapp2.1 src\WixToolset.BuildTasks |
22 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\netcoreapp2.1\ -f netcoreapp2.1 src\heat | ||
23 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\netcoreapp2.1\ -f netcoreapp2.1 src\wix | ||
24 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\netcoreapp2.1\ -f netcoreapp2.1 src\wixcop | ||
22 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\ src\WixToolset.MSBuild | 25 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\ src\WixToolset.MSBuild |
23 | 26 | ||
24 | dotnet pack -c %_C% src\dotnet-wix | 27 | dotnet pack -c %_C% src\dotnet-wix |