Skip to content

Commit

Permalink
Create maui-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taublast authored Nov 17, 2024
1 parent 619f8e3 commit 1c9725a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/maui-win.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Build .NET MAUI Windows

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 9.0.x

- name: Install MAUI workload
run: dotnet workload install maui

- name: Build
run: dotnet build src\AppoMobi.Maui.Gestures.csproj -c Release -f:net9.0-windows10.0.19041.0

0 comments on commit 1c9725a

Please sign in to comment.