Skip to content

Commit

Permalink
feat: add ci for nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
exendahal committed Sep 14, 2024
1 parent 3e8ee27 commit 34d00d2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/package-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build Package for CI

on:
push:
branches:
- "main"
- "develop"
paths-ignore:
- "**.md"
pull_request:
branches:
- "main"
- "develop"

jobs:
build-plugin-ci:

runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: dotnet build src\MAUIWifiManager\MAUIWifiManager.csproj -c Release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build App for CI
name: Build Sample for CI

on:
push:
Expand Down

0 comments on commit 34d00d2

Please sign in to comment.