Skip to content

Bump dotnet-sdk from 9.0.308 to 9.0.309 in the all-dependencies group #132

Bump dotnet-sdk from 9.0.308 to 9.0.309 in the all-dependencies group

Bump dotnet-sdk from 9.0.308 to 9.0.309 in the all-dependencies group #132

name: Continuous integration
on:
push:
pull_request:
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
global-json-file: "./global.json"
- name: Build and test
shell: pwsh
working-directory: ./scripts
run: ./BuildAndTest.ps1