mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update autobuild files.
This commit is contained in:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: |
|
||||
8.0.x
|
||||
10.0.x
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
|
||||
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
@@ -14,8 +14,8 @@ jobs:
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 8.0
|
||||
dotnet-version: 10.0
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore Aaru.sln
|
||||
run: dotnet restore Aaru.slnx
|
||||
- name: Build
|
||||
run: dotnet build --no-restore Aaru.sln
|
||||
run: dotnet build --no-restore Aaru.slnx
|
||||
|
||||
Reference in New Issue
Block a user