chore: fix package file name so workflow works correctly in CI
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 11.0.x
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore StevanFreeborn.AsyncSyncFlagAnalyzer.slnx
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --no-restore
|
||||
- name: Check formatting
|
||||
|
||||
Reference in New Issue
Block a user