mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
Fixed choco install test
This commit is contained in:
parent
5f723334af
commit
d7ac7e84a7
@ -50,12 +50,16 @@ artifacts:
|
|||||||
type: NuGetPackage
|
type: NuGetPackage
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
test_script:
|
test_script:
|
||||||
|
- cmd: vstest.console /logger:Appveyor /inIsolation capnpc-csharp.tests\bin\Release\netcoreapp2.2\capnpc-csharp.tests.dll
|
||||||
|
- cmd: cd %APPVEYOR_BUILD_FOLDER%\chocolatey\install
|
||||||
|
- cmd: choco install capnpc-csharp --source=".;https://chocolatey.org/api/v2" --force -y
|
||||||
- cmd: cd %APPVEYOR_BUILD_FOLDER%\install-test
|
- cmd: cd %APPVEYOR_BUILD_FOLDER%\install-test
|
||||||
- cmd: choco install capnpc-csharp --source="'$(appveyor_build_folder)\chocolatey\install;https://chocolatey.org/api/v2'" --force -y
|
|
||||||
- cmd: compile-test
|
- cmd: compile-test
|
||||||
- cmd: choco uninstall capnpc-csharp -y
|
- cmd: choco uninstall capnpc-csharp -y
|
||||||
- cmd: notinstalled-test
|
- cmd: notinstalled-test
|
||||||
- cmd: choco install capnpc-csharp-win-x86 --source="'$(appveyor_build_folder)\chocolatey\install;https://chocolatey.org/api/v2'" --force -y
|
- cmd: cd %APPVEYOR_BUILD_FOLDER%\chocolatey\install
|
||||||
|
- cmd: choco install capnpc-csharp-win-x86 --source=".;https://chocolatey.org/api/v2" --force -y
|
||||||
|
- cmd: cd %APPVEYOR_BUILD_FOLDER%\install-test
|
||||||
- cmd: compile-test
|
- cmd: compile-test
|
||||||
- cmd: choco uninstall capnpc-csharp-win-x86 -y
|
- cmd: choco uninstall capnpc-csharp-win-x86 -y
|
||||||
- cmd: notinstalled-test
|
- cmd: notinstalled-test
|
||||||
@ -64,7 +68,6 @@ test_script:
|
|||||||
- cmd: vstest.console /logger:Appveyor /inIsolation Capnp.Net.Runtime.Tests\bin\Release\netcoreapp2.2\Capnp.Net.Runtime.Tests.Std20.dll
|
- cmd: vstest.console /logger:Appveyor /inIsolation Capnp.Net.Runtime.Tests\bin\Release\netcoreapp2.2\Capnp.Net.Runtime.Tests.Std20.dll
|
||||||
- cmd: vstest.console /logger:Appveyor /inIsolation Capnp.Net.Runtime.Tests.Core21\bin\Debug\netcoreapp2.2\Capnp.Net.Runtime.Tests.Core21.dll
|
- cmd: vstest.console /logger:Appveyor /inIsolation Capnp.Net.Runtime.Tests.Core21\bin\Debug\netcoreapp2.2\Capnp.Net.Runtime.Tests.Core21.dll
|
||||||
- cmd: vstest.console /logger:Appveyor /inIsolation Capnp.Net.Runtime.Tests.Core21\bin\Release\netcoreapp2.2\Capnp.Net.Runtime.Tests.Core21.dll
|
- cmd: vstest.console /logger:Appveyor /inIsolation Capnp.Net.Runtime.Tests.Core21\bin\Release\netcoreapp2.2\Capnp.Net.Runtime.Tests.Core21.dll
|
||||||
- cmd: vstest.console /logger:Appveyor /inIsolation capnpc-csharp.tests\bin\Release\netcoreapp2.2\capnpc-csharp.tests.dll
|
|
||||||
on_finish :
|
on_finish :
|
||||||
# any cleanup in here
|
# any cleanup in here
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user