Skip to content

(maint) synced file(s) with chocolatey/.github #258

(maint) synced file(s) with chocolatey/.github

(maint) synced file(s) with chocolatey/.github #258

Workflow file for this run

name: .NET Build
on:
push:
pull_request:
workflow_dispatch:
jobs:
windows-build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Configure .Net and other dependencies
run: .\configure.ps1
- name: Build
run: .\build.ps1 -CI -SkipUnitTest -ChocolateyBuild