Skip to content

Convert GenAIO batch/shell script to MSBuild tasks. Add GitHub action… #20

Convert GenAIO batch/shell script to MSBuild tasks. Add GitHub action…

Convert GenAIO batch/shell script to MSBuild tasks. Add GitHub action… #20

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET SDK 8.0
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build src\DurangoInteropDotnet.csproj -property:Configuration=Release