mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 06:41:50 +01:00
trying to fix "The process cannot
access the file 'C:\projects\capnproto-dotnetcore\version.txt'"
This commit is contained in:
parent
efc7f19536
commit
c417157f3f
@ -62,8 +62,8 @@ artifacts:
|
||||
type: zip
|
||||
test_script:
|
||||
- cmd: |
|
||||
nbgv get-version -v NuGetPackageVersion >> version.txt
|
||||
set /P VERSION=< version.txt
|
||||
nbgv get-version -v NuGetPackageVersion >> myversion.txt
|
||||
set /P VERSION=< myversion.txt
|
||||
vstest.console /logger:Appveyor /inIsolation CapnpC.CSharp.Generator.Tests\bin\Release\netcoreapp3.1\CapnpC.CSharp.Generator.Tests.dll
|
||||
cd %APPVEYOR_BUILD_FOLDER%\capnpc-csharp
|
||||
dotnet tool install --global --add-source ./nupkg capnpc-csharp --version %VERSION%
|
||||
|
Loading…
x
Reference in New Issue
Block a user