Skip to content

Autostart path refresh on launch, Release build in run.cmd, English-o… #4

Autostart path refresh on launch, Release build in run.cmd, English-o…

Autostart path refresh on launch, Release build in run.cmd, English-o… #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Build
run: dotnet build src/Dropwheel -c Release