From 5daec1fb11507bc2b203f627f21e2e027c2829a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6llner?= Date: Fri, 3 Jan 2020 02:23:44 +0100 Subject: [PATCH] force choco install of locally built package --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 98510e8..a42263e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,7 +67,7 @@ test_script: cd %APPVEYOR_BUILD_FOLDER%\install-test notinstalled-test cd %APPVEYOR_BUILD_FOLDER%\chocolatey\install - choco install capnpc-csharp-win-x86 --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 choco uninstall capnpc-csharp-win-x86 -y