GH actions - install latest dotnet

This commit is contained in:
Paul Johnson
2022-01-18 11:46:26 +00:00
parent 235918ecfc
commit ea3ceab4e2

View File

@@ -22,6 +22,11 @@ jobs:
with:
config-file: ./.github/config/codeql-config.yml
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Build
run: dotnet build umbraco-netcore-only.sln # also runs npm build