forked from HavenDV/H.NotifyIcon
-
Notifications
You must be signed in to change notification settings - Fork 0
28 lines (27 loc) · 825 Bytes
/
dotnet.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: Build, test and publish
on:
push:
branches:
- master
jobs:
build-test-publish:
name: Build, test and publish
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
os: windows-2022
use-msbuild: true
#install-latest-msbuild: true
install-tizen: true
workloads: maui
project-path:
# This is required for correct publishing to NuGet
/target:libs\H_GeneratedIcons_SkiaSharp
/target:libs\H_GeneratedIcons_System_Drawing
/target:libs\H_NotifyIcon
/target:libs\H_NotifyIcon_Uno
/target:libs\H_NotifyIcon_Uno_WinUI
/target:libs\H_NotifyIcon_WinUI
/target:libs\H_NotifyIcon_Wpf
/target:libs\H_NotifyIcon_Maui
secrets:
nuget-key: ${{ secrets.NUGET_KEY }}