Skip to content

Commit 7f5bc30

Browse files
authored
Update codeql-analysis.yml
1 parent ba61825 commit 7f5bc30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
uses: nuget/setup-nuget@v1
5555
with:
5656
nuget-version: '5.x'
57+
dotnet-version: '6.0'
58+
include-prerelease: True
5759

5860
- name: Setup MSBuild
5961
uses: microsoft/setup-msbuild@v1
@@ -65,7 +67,7 @@ jobs:
6567
key: ${{ runner.os }}-nuget-${{ hashFiles('**/ClipboardCanvas/Package.appxmanifest') }}
6668
restore-keys: |
6769
${{ runner.os }}-nuget-
68-
70+
6971
- name: Restore NuGet for Solution
7072
run: nuget restore -LockedMode ClipboardCanvas.sln
7173

0 commit comments

Comments
 (0)