Skip to content

Commit

Permalink
Update .NET Core installation script (#756) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz authored Aug 11, 2020
1 parent ed10deb commit 3e3c8a5
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 72 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- eclint check -n "**/*.{cs,tt,cmd,sh,md,txt,yml}"
- eclint check -w "**/*.{cs,tt,cmd,sh,md,txt,yml,json,sln,csproj,shfbproj}"
- git reset --hard
- ps: tools\dotnet-install.ps1 -Version ((type .\global.json | ConvertFrom-Json).sdk.version)
- ps: tools\dotnet-install.ps1 -JSonFile global.json
before_build:
- dotnet --info
build_script:
Expand Down
Loading

0 comments on commit 3e3c8a5

Please sign in to comment.