From 6bb2c3d5a2082c377a31bffe1bbdb950b5e15781 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 3 Jun 2020 14:01:28 +1000 Subject: Get the inner exception test working in the MSBuild test project. --- appveyor.cmd | 1 + 1 file changed, 1 insertion(+) (limited to 'appveyor.cmd') 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 dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\netcoreapp2.1\ -f netcoreapp2.1 src\wix dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\tools\netcoreapp2.1\ -f netcoreapp2.1 src\wixcop dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\ src\WixToolset.MSBuild +dotnet publish -c %_C% -o %_P%\WixToolset.MSBuild\broken\net461\ -f net461 -r dne src\wix dotnet pack -c %_C% src\dotnet-wix dotnet pack -c %_C% src\WixToolset.MSBuild -- cgit v1.2.3-55-g6feb