forked from HavenDV/H.NotifyIcon
-
Notifications
You must be signed in to change notification settings - Fork 0
26 lines (25 loc) · 752 Bytes
/
pr.yml
File metadata and controls
26 lines (25 loc) · 752 Bytes
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
name: Build and test PR
on:
pull_request:
branches:
- master
jobs:
build-and-test:
name: Build and test PR
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
os: windows-latest
use-msbuild: true
workloads: maui
create-release: false
install-tizen: true
generate-build-number: false
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