chore: update workflow to restore slnx file directly

This commit is contained in:
Stevan Freeborn
2026-06-18 22:08:28 -05:00
parent c78a1bde89
commit 6df4781f9c
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
with: with:
dotnet-version: 11.0.x dotnet-version: 11.0.x
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore run: dotnet restore StevanFreeborn.AsyncSyncFlagAnalyzer.slnx
- name: Build - name: Build
run: dotnet build --no-restore run: dotnet build --no-restore
- name: Check formatting - name: Check formatting