Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwm authored Nov 11, 2024
1 parent 1499faa commit 602915a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: build
on:
push:
branches:
- "*"
pull_request:
branches:
- "master"
jobs:
build:
runs-on: windows-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Restore
run: nuget restore ./src
- name: Build
run: msbuild ./src/AppPoolMonitor.sln

0 comments on commit 602915a

Please sign in to comment.