From dce596167b4c0e00b30d6572e3a95bfa21ca5ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6llner?= Date: Sat, 2 Oct 2021 16:59:46 +0200 Subject: [PATCH] Keep on tying to fix build issue due to updated capnproto vcpkg/choco packages --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 37f5c86..e048d30 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -75,10 +75,11 @@ test_script: cd %APPVEYOR_BUILD_FOLDER%\install-test notinstalled-test cd %APPVEYOR_BUILD_FOLDER%\chocolatey\install + choco install capnproto --source="https://chocolatey.org/api/v2" --force -y choco install capnpc-csharp-win-x86 --source=".;https://chocolatey.org/api/v2" --force -y --version %VERSION% --pre cd %APPVEYOR_BUILD_FOLDER%\install-test compile-test - set PATH=%PATH_COPY% + choco uninstall capnpc-csharp-win-x86 -y notinstalled-test cd %APPVEYOR_BUILD_FOLDER% vstest.console /logger:Appveyor /inIsolation CapnpC.CSharp.MsBuild.Generation.Tests\bin\Release\netcoreapp3.1\CapnpC.CSharp.MsBuild.Generation.Tests.dll