Skip to content

start from scratch

start from scratch #2

Workflow file for this run

name: build
env:
VERSION: '6.0.0'
ASM_VERSION: '6.0.0'
VERSION_SUFFIX: '-pre.1'
on:
push:
branches:
- master
- codegen
pull_request:
branches:
- master
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
8.0.x
- name: Test
run: dotnet test src/Config.Net.sln -c release