mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +01:00
dotnet tool fix
This commit is contained in:
parent
83e48fca00
commit
fbfa827279
@ -57,7 +57,10 @@ test_script:
|
||||
# - 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: cd %APPVEYOR_BUILD_FOLDER%\capnpc-csharp
|
||||
- cmd: dotnet tool install --global --add-source ./nupkg capnpc-csharp
|
||||
- powershell: |
|
||||
$jversion = nbgv get-version -f json | ConvertFrom-Json
|
||||
$version = $($jversion.NuGetPackageVersion)
|
||||
dotnet tool install --global --add-source ./nupkg capnpc-csharp --version $(version)
|
||||
- cmd: cd %APPVEYOR_BUILD_FOLDER%\install-test
|
||||
- cmd: compile-test
|
||||
- cmd: cd %APPVEYOR_BUILD_FOLDER%
|
||||
|
Loading…
x
Reference in New Issue
Block a user