Skip to content

Update publishing, package README, and CodeAnalysis to 1.0.28 #36

Update publishing, package README, and CodeAnalysis to 1.0.28

Update publishing, package README, and CodeAnalysis to 1.0.28 #36

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup .NET 9
uses: actions/setup-dotnet@v6
with:
dotnet-version: 10.0.x
- name: Build - Release
run: dotnet build -c Release src/Framework.sln
- name: Test - Debug
run: dotnet test src/Framework.sln