We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1077a46 commit f16fd76Copy full SHA for f16fd76
.github/workflows/codeql-analysis.yml
@@ -51,6 +51,11 @@ jobs:
51
# Prefix the list here with "+" to use these queries and those in the config file.
52
# queries: ./path/to/local/query, your-org/your-repo/queries@main
53
54
+ - name: Setup .NET
55
+ uses: actions/setup-dotnet@v1
56
+ with:
57
+ dotnet-version: 6.0.x
58
+
59
# Build
60
- run: dotnet build src/Simplify.sln -v minimal
61
0 commit comments