mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-11 04:48:46 +00:00
Bump .NET version in CI
This commit is contained in:
parent
2acac792f2
commit
1ff509aac9
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '8.0.x'
|
||||
dotnet-version: '9.0.x'
|
||||
- name: Publish Artemis
|
||||
run: dotnet publish --configuration Release -p:Version=${{ needs.version.outputs.version-number }} --runtime ${{ matrix.rid }} --output build/${{ matrix.rid }} --self-contained Artemis/src/Artemis.UI.${{ matrix.csproj }}/Artemis.UI.${{ matrix.csproj }}.csproj
|
||||
- name: Publish Plugins
|
||||
|
||||
2
.github/workflows/nuget.yml
vendored
2
.github/workflows/nuget.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '8.0.x'
|
||||
dotnet-version: '9.0.x'
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Pack Artemis.Core
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user