Skip to content

Commit

Permalink
ignore global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotoffia committed Oct 6, 2024
1 parent e0b40e8 commit 3200546
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest

env:
DOTNET_NO_GLOBAL: '1' # Ignore global.json
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: display git info about the checkout stuff
run: git rev-parse --abbrev-ref HEAD

Expand Down

0 comments on commit 3200546

Please sign in to comment.