force choco install of locally built package

This commit is contained in:
Christian Köllner 2020-01-03 02:23:44 +01:00
parent e075339fec
commit 5daec1fb11

View File

@ -67,7 +67,7 @@ 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 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 cd %APPVEYOR_BUILD_FOLDER%\install-test
compile-test compile-test
choco uninstall capnpc-csharp-win-x86 -y choco uninstall capnpc-csharp-win-x86 -y