Build test code
Rob Mensching committed
Oct 4, 2018 at 14:53 UTC
12488939d9756d8d537bca7645ce3524488066b3
1 file changed
+2
-2
appveyor.cmd
+2
-2
@@ -2,8 +2,8 @@
2
@pushd %~dp0
3
@set _P=%~dp0build\Release\publish
4
5
-@rem Disable this test until publishing of native assets is worked out
6
-@rem dotnet build -c Release src\test\WixToolsetTest.BuildTasks
5
+dotnet build -c Release src\test\WixToolsetTest.BuildTasks
6
+dotnet build -c Release src\test\WixToolsetTest.WixCop
7
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