diff options
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 5d738995..9335ca5a 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -9,6 +9,7 @@ dotnet test -c Release src\test\WixToolsetTest.WixCop | |||
9 | 9 | ||
10 | dotnet publish -c Release -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix | 10 | dotnet publish -c Release -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix |
11 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks | 11 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks |
12 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net472\ -f net472 src\WixToolset.BuildTasks | ||
12 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netstandard2.0\ -f netstandard2.0 src\WixToolset.BuildTasks | 13 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netstandard2.0\ -f netstandard2.0 src\WixToolset.BuildTasks |
13 | 14 | ||
14 | @rem dotnet publish -c Release -o %_P%\netcoreapp2.1 -r win-x86 src\wix | 15 | @rem dotnet publish -c Release -o %_P%\netcoreapp2.1 -r win-x86 src\wix |