diff options
| -rw-r--r-- | appveyor.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 25481c45..d18c8df8 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | @pushd %~dp0 | 2 | @pushd %~dp0 |
| 3 | @set _P=%~dp0build\Release\publish | 3 | @set _P=%~dp0build\Release\publish |
| 4 | 4 | ||
| 5 | @rem Disable this test until publishing of native assets is worked out | 5 | dotnet build -c Release src\test\WixToolsetTest.BuildTasks |
| 6 | @rem dotnet build -c Release src\test\WixToolsetTest.BuildTasks | 6 | dotnet build -c Release src\test\WixToolsetTest.WixCop |
| 7 | 7 | ||
| 8 | dotnet publish -c Release -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix | 8 | dotnet publish -c Release -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix |
| 9 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks | 9 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks |
