Skip to content

Merge pull request #47 from AliceNovel/dependabot/nuget/MSTest.TestAd… #79

Merge pull request #47 from AliceNovel/dependabot/nuget/MSTest.TestAd…

Merge pull request #47 from AliceNovel/dependabot/nuget/MSTest.TestAd… #79

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
paths-ignore:
- "**.md"
pull_request:
branches: [ main ]
paths-ignore:
- "**.md"
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- uses: actions/checkout@v4
- name: Build
run: |
dotnet build AnovSyntax/AnovSyntax.csproj -c Release