diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-03 14:01:28 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-03 14:24:34 +1000 |
commit | 6bb2c3d5a2082c377a31bffe1bbdb950b5e15781 (patch) | |
tree | a68f4a40454748189198cd74f8fd285b14df1c80 /appveyor.cmd | |
parent | 874fb5fc3597d784a4e8ac07d735e3caa34417be (diff) | |
download | wix-6bb2c3d5a2082c377a31bffe1bbdb950b5e15781.tar.gz wix-6bb2c3d5a2082c377a31bffe1bbdb950b5e15781.tar.bz2 wix-6bb2c3d5a2082c377a31bffe1bbdb950b5e15781.zip |
Get the inner exception test working in the MSBuild test project.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index b8a37ba6..99034ca7 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -23,6 +23,7 @@ dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\netcoreapp2.1\ -f netcor | |||
23 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\netcoreapp2.1\ -f netcoreapp2.1 src\wix | 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 | 24 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\netcoreapp2.1\ -f netcoreapp2.1 src\wixcop |
25 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\ src\WixToolset.MSBuild | 25 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\ src\WixToolset.MSBuild |
26 | dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\broken\net461\ -f net461 -r dne src\wix | ||
26 | 27 | ||
27 | dotnet pack -c %_C% src\dotnet-wix | 28 | dotnet pack -c %_C% src\dotnet-wix |
28 | dotnet pack -c %_C% src\WixToolset.MSBuild | 29 | dotnet pack -c %_C% src\WixToolset.MSBuild |