Skip to content

Bump dotnet-sdk from 9.0.100 to 9.0.203 #1234

Bump dotnet-sdk from 9.0.100 to 9.0.203

Bump dotnet-sdk from 9.0.100 to 9.0.203 #1234

Workflow file for this run

name: ci
on:
push:
branches: [main, release-*]
pull_request:
permissions: read-all
env:
DOTNET_NOLOGO: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
MINVERBUILDMETADATA: build.${{ github.run_id }}.${{ github.run_attempt}}
jobs:
ci:
strategy:
fail-fast: false
matrix:
job:
- name: macos
os: macos-14
- name: ubuntu
os: ubuntu-24.04
- name: windows
os: windows-2022
name: ${{ matrix.job.name }}
runs-on: ${{ matrix.job.os }}
steps:
- uses: actions/setup-dotnet@v4.3.1
with:
dotnet-version: |
8.0.407
9.0.202
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
filter: tree:0
- run: ./build --logger GitHubActions
- if: matrix.job.name == 'ubuntu'
uses: actions/upload-artifact@v4.6.2
with:
name: NuGet packages
path: ./**/*.nupkg