diff options
author | Rob Mensching <rob@firegiant.com> | 2018-10-04 14:53:40 -0700 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2018-10-04 18:20:52 -0400 |
commit | 12488939d9756d8d537bca7645ce3524488066b3 (patch) | |
tree | 55c17c53d084ccf23b28f6478afdba6a4de37e35 | |
parent | 784208bd46ce05025d8ccaef8542328350038d90 (diff) | |
download | wix-12488939d9756d8d537bca7645ce3524488066b3.tar.gz wix-12488939d9756d8d537bca7645ce3524488066b3.tar.bz2 wix-12488939d9756d8d537bca7645ce3524488066b3.zip |
Build test code
-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 |