dotnet tool test fix (even more uglier)

This commit is contained in:
Christian Köllner 2020-01-03 02:06:15 +01:00
parent 2248311b5f
commit 5bfd40c245

View File

@ -57,7 +57,7 @@ test_script:
# - cmd: choco install capnpc-csharp --source=".;https://chocolatey.org/api/v2" --force -y # - cmd: choco install capnpc-csharp --source=".;https://chocolatey.org/api/v2" --force -y
- cmd: choco install capnproto --source="https://chocolatey.org/api/v2" --force -y - cmd: choco install capnproto --source="https://chocolatey.org/api/v2" --force -y
- cmd: cd %APPVEYOR_BUILD_FOLDER%\capnpc-csharp - cmd: cd %APPVEYOR_BUILD_FOLDER%\capnpc-csharp
- cmd: echo|set /p="dotnet tool install --global --add-source ./nupkg capnpc-csharp --version " > install.bat - cmd: echo|set /p="dotnet tool install --global --add-source ./nupkg capnpc-csharp --version " > install.bat & exit 0
- cmd: nbgv get-version -v NuGetPackageVersion >> install.bat - cmd: nbgv get-version -v NuGetPackageVersion >> install.bat
- cmd: install.bat - cmd: install.bat
- cmd: cd %APPVEYOR_BUILD_FOLDER%\install-test - cmd: cd %APPVEYOR_BUILD_FOLDER%\install-test