Skip to content

Bump actions/setup-dotnet from 5.1.0 to 5.2.0 (#127) #255

Bump actions/setup-dotnet from 5.1.0 to 5.2.0 (#127)

Bump actions/setup-dotnet from 5.1.0 to 5.2.0 (#127) #255

Workflow file for this run

name: CI Build
on:
push:
branches:
- "main"
pull_request:
jobs:
build-dotnet:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Setup .NET Core
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
with:
global-json-file: global.json
- name: Build with dotnet
run: dotnet build --configuration Release
# - name: Test with dotnet
# run: dotnet test