File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ install:
4848 - bundle config --local path vendor/bundle
4949 - gem install bundler --quiet --no-ri --no-rdoc
5050 - gem install github_changelog_generator --quiet --no-ri --no-rdoc
51- - choco install gitversion.portable -pre -y
51+ # this needs to be replace with the official version and nuget package as soon as it's released
52+ - dotnet tool install -g --version 4.0.0-pullrequest1422-1625 --add-source https://ci.appveyor.com/nuget/gitversion-8nigugxjftrw GitVersion.CommandLine.DotNetCore.Tool
5253 - ps : .\install-vsix-appveyor.ps1
5354
5455before_build :
@@ -58,7 +59,7 @@ before_build:
5859
5960 nuget restore source\nanoFramework.Networking.Sntp.sln
6061
61- C:\ProgramData\chocolatey\lib\GitVersion.Portable\tools\GitVersion.exe /l console /output buildserver /updateAssemblyInfo "source\nanoFramework.Networking.Sntp\Properties\AssemblyInfo.cs"
62+ dotnet-gitversion /l console /output buildserver /updateAssemblyInfo "source\nanoFramework.Networking.Sntp\Properties\AssemblyInfo.cs"
6263
6364build_script :
6465- ps : >-
You can’t perform that action at this time.
0 commit comments