Use .NET 7.x in CodeQL build
This commit is contained in:
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
@@ -27,7 +27,8 @@ jobs:
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '6.0.x'
|
||||
dotnet-version: '7.x'
|
||||
include-prerelease: true
|
||||
|
||||
- name: dotnet build
|
||||
run: dotnet build umbraco.sln -c SkipTests
|
||||
|
||||
@@ -65,7 +65,7 @@ stages:
|
||||
targets: coreBuild
|
||||
workingDirectory: src/Umbraco.Web.UI.Client
|
||||
- task: UseDotNet@2
|
||||
displayName: Use .Net 7.x
|
||||
displayName: Use .NET 7.x
|
||||
inputs:
|
||||
version: 7.x
|
||||
includePreviewVersions: true
|
||||
|
||||
Reference in New Issue
Block a user