diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-03 20:12:17 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-03 20:18:46 +1000 |
commit | ff881bbb67a85db1878add8e7795a263dbb78633 (patch) | |
tree | 88b18faf777dc898c9959e8d6e0120450dfbba9e /appveyor.yml | |
parent | e7f2e4b4912012bbade5d562345d8467eb6b658a (diff) | |
download | wix-ff881bbb67a85db1878add8e7795a263dbb78633.tar.gz wix-ff881bbb67a85db1878add8e7795a263dbb78633.tar.bz2 wix-ff881bbb67a85db1878add8e7795a263dbb78633.zip |
Reenable RunAsSeparateProcess.
Publish the parts of WixToolset.MSBuild to individual folders and then manually recombine them, because otherwise dotnet publish was mysteriously bringing in the wrong versions of dlls.
Disable tests in appveyor.yml because Appveyor was running the tests again at the end of the build.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 522e5af3..01f87f46 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -30,6 +30,8 @@ nuget: | |||
30 | skip_branch_with_pr: true | 30 | skip_branch_with_pr: true |
31 | skip_tags: true | 31 | skip_tags: true |
32 | 32 | ||
33 | test: off | ||
34 | |||
33 | artifacts: | 35 | artifacts: |
34 | - path: build\Release\**\*.nupkg | 36 | - path: build\Release\**\*.nupkg |
35 | name: nuget | 37 | name: nuget |