Add dotnet tool restore to local CI.

This commit is contained in:
Cornelius Riemenschneider
2024-05-01 22:02:58 +02:00
parent 3f020a96e4
commit 8f207e7a06
3 changed files with 6 additions and 2 deletions

View File

@@ -56,7 +56,9 @@ jobs:
# uses a compiled language
- run: |
dotnet build csharp
cd csharp
dotnet tool restore
dotnet build .
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@main