diff options
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 d0dcee83..0071045f 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -8,6 +8,9 @@ dotnet test -c Release src\test\WixToolsetTest.BuildTasks | |||
8 | dotnet test -c Release src\test\WixToolsetTest.WixCop | 8 | 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 | @rem dotnet publish -c Release -o %_P%\netfx-heat\ -f net461 src\heat | ||
12 | @rem dotnet publish -c Release -o %_P%\netfx-wix\ -f net461 src\wix | ||
13 | @rem dotnet publish -c Release -o %_P%\netfx-wixcop\ -f net461 src\wixcop | ||
11 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks | 14 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks |
12 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netcoreapp2.1\ -f netcoreapp2.1 src\WixToolset.BuildTasks | 15 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netcoreapp2.1\ -f netcoreapp2.1 src\WixToolset.BuildTasks |
13 | 16 | ||