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:
48
48
- bundle config --local path vendor/bundle
49
49
- gem install bundler --quiet --no-ri --no-rdoc
50
50
- 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
52
53
- ps : .\install-vsix-appveyor.ps1
53
54
54
55
build_script :
@@ -61,7 +62,7 @@ before_build:
61
62
62
63
nuget restore source\nanoFramework.CoreLibrary.sln
63
64
64
- C:\ProgramData\chocolatey\lib\GitVersion.Portable\tools\GitVersion.exe /l console /output buildserver /updateAssemblyInfo "source\nanoFramework.CoreLibrary\System\AssemblyInfo2.cs"
65
+ dotnet-gitversion /l console /output buildserver /updateAssemblyInfo "source\nanoFramework.CoreLibrary\System\AssemblyInfo2.cs"
65
66
66
67
after_deploy :
67
68
# for this environment variable to work here it has to be set in AppVeyor UI
You can’t perform that action at this time.
0 commit comments