GH actions - install latest dotnet
This commit is contained in:
5
.github/workflows/codeql-analysis.yml
vendored
5
.github/workflows/codeql-analysis.yml
vendored
@@ -22,6 +22,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
config-file: ./.github/config/codeql-config.yml
|
config-file: ./.github/config/codeql-config.yml
|
||||||
|
|
||||||
|
- name: Setup dotnet
|
||||||
|
uses: actions/setup-dotnet@v1
|
||||||
|
with:
|
||||||
|
dotnet-version: '6.0.x'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build umbraco-netcore-only.sln # also runs npm build
|
run: dotnet build umbraco-netcore-only.sln # also runs npm build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user