Keep on tying to fix build issue due to updated capnproto

vcpkg/choco packages
This commit is contained in:
Christian Köllner 2021-10-02 16:59:46 +02:00
parent c417157f3f
commit dce596167b

View File

@ -75,10 +75,11 @@ test_script:
cd %APPVEYOR_BUILD_FOLDER%\install-test cd %APPVEYOR_BUILD_FOLDER%\install-test
notinstalled-test notinstalled-test
cd %APPVEYOR_BUILD_FOLDER%\chocolatey\install 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 choco install capnpc-csharp-win-x86 --source=".;https://chocolatey.org/api/v2" --force -y --version %VERSION% --pre
cd %APPVEYOR_BUILD_FOLDER%\install-test cd %APPVEYOR_BUILD_FOLDER%\install-test
compile-test compile-test
set PATH=%PATH_COPY% choco uninstall capnpc-csharp-win-x86 -y
notinstalled-test notinstalled-test
cd %APPVEYOR_BUILD_FOLDER% cd %APPVEYOR_BUILD_FOLDER%
vstest.console /logger:Appveyor /inIsolation CapnpC.CSharp.MsBuild.Generation.Tests\bin\Release\netcoreapp3.1\CapnpC.CSharp.MsBuild.Generation.Tests.dll vstest.console /logger:Appveyor /inIsolation CapnpC.CSharp.MsBuild.Generation.Tests\bin\Release\netcoreapp3.1\CapnpC.CSharp.MsBuild.Generation.Tests.dll