Skip to content

Commit

Permalink
Don't remove global.json when building in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Nov 29, 2020
1 parent 6f6dee3 commit d33bf71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: 0.3.11.{build}
image: Visual Studio 2019
build_script:
- ps: >-
Remove-Item .\global.json
$dotnet = Get-Command 'dotnet'
& $dotnet --info
Expand Down

0 comments on commit d33bf71

Please sign in to comment.