We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cd0dc commit cc5ccc0Copy full SHA for cc5ccc0
.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Setup .NET
42
uses: actions/setup-dotnet@v4
43
with:
44
- dotnet-version: 10.0.x
+ dotnet-version: 9.0.x
45
46
- name: Initialize CodeQL
47
uses: github/codeql-action/init@v3
@@ -51,8 +51,7 @@ jobs:
51
- if: matrix.language == 'csharp'
52
name: Manually build CSharp on .NET
53
run: |
54
- dotnet restore Microsoft.FluentUI.sln
55
- dotnet build Microsoft.FluentUI.sln --no-restore --configuration Release
+ dotnet build ./src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj -c Release -f net9.0
56
57
- name: Perform CodeQL Analysis
58
uses: github/codeql-action/analyze@v3
0 commit comments