We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583b9b6 commit 57fc4d9Copy full SHA for 57fc4d9
.github/workflows/csv-coverage-metrics.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Setup CodeQL
51
uses: ./.github/actions/fetch-codeql
52
- name: Create empty database
53
- run: |
+ run: |
54
DATABASE="${{ runner.temp }}/csharp-database"
55
PROJECT="${{ runner.temp }}/csharp-project"
56
dotnet new classlib --language=C# --output="$PROJECT"
0 commit comments