mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-04-16 08:20:38 +02:00
trying to fix nbgv-related build problem
This commit is contained in:
parent
930679cc21
commit
896754822f
@ -2,7 +2,7 @@
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Nerdbank.GitVersioning">
|
||||
<Version>3.0.28</Version>
|
||||
<Version>3.4.240</Version>
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
@ -12,7 +12,7 @@ install:
|
||||
- set PATH_COPY=%PATH%
|
||||
- set PATH=%PATH%;c:\tools\vcpkg\installed\x86-windows\tools\capnproto
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
- dotnet tool install -g nbgv --version 3.1.74
|
||||
- dotnet tool install -g nbgv --version 3.4.240
|
||||
- choco install reportgenerator.portable --version=4.5.6 --force -y
|
||||
- dotnet tool install -g coveralls.net --version 1.0.0
|
||||
init:
|
||||
|
Loading…
x
Reference in New Issue
Block a user