Skip to content

Commit a9d306b

Browse files
committed
chore: move global.json into src/
1 parent c5a53a5 commit a9d306b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'src/Directory.Packages.props'
1212
- 'src/NuGet.Config'
1313
- 'src/PACKAGE.md'
14-
- 'global.json'
14+
- 'src/global.json'
1515
pull_request:
1616
branches: [ master, main ]
1717
paths:
@@ -20,7 +20,7 @@ on:
2020
- 'src/Directory.Packages.props'
2121
- 'src/NuGet.Config'
2222
- 'src/PACKAGE.md'
23-
- 'global.json'
23+
- 'src/global.json'
2424
workflow_dispatch:
2525
inputs:
2626
version:
File renamed without changes.

0 commit comments

Comments
 (0)