trying to fix nbgv-related build problem

This commit is contained in:
Christian Köllner 2021-10-02 22:04:04 +02:00
parent 930679cc21
commit 896754822f
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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: