Skip to content

Commit

Permalink
Update codeql-analysis.yml (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Mar 18, 2023
1 parent 9c1a60a commit 5b63675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
dotnet-version: 6.0.301

- name: Build with .NET 6
run: dotnet build Microsoft.Identity.Web-Source.sln -f net6.0 -p:FROM_GITHUB_ACTION=true --configuration Release
run: dotnet build Microsoft.Identity.Web.sln -f net6.0 -p:FROM_GITHUB_ACTION=true --configuration Release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 5b63675

Please sign in to comment.