From ca825cd642870e8edacd32a7ee1c136555aa632e Mon Sep 17 00:00:00 2001 From: Syed Mustafa Ahmed Naqvi Date: Fri, 4 Sep 2026 12:25:39 +0500 Subject: [PATCH] chore(deploy): add ClickOnce publish profile Adds the ClickOnce publish profile for UNC deployment to the HIKVISIONUI share (Release, win-x86, self-contained). --- .../PublishProfiles/ClickOnceProfile.pubxml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/HikvisionAttendanceManager.App/Properties/PublishProfiles/ClickOnceProfile.pubxml diff --git a/src/HikvisionAttendanceManager.App/Properties/PublishProfiles/ClickOnceProfile.pubxml b/src/HikvisionAttendanceManager.App/Properties/PublishProfiles/ClickOnceProfile.pubxml new file mode 100644 index 0000000..3666811 --- /dev/null +++ b/src/HikvisionAttendanceManager.App/Properties/PublishProfiles/ClickOnceProfile.pubxml @@ -0,0 +1,36 @@ + + + + + 6 + 1.0.0.* + True + Release + False + true + True + Unc + \\FileServer\Edata\Deployments-by-DotNet-Team\Deployment-By-Mustafa\HIKVISIONUI\ + True + False + True + False + Any CPU + bin\Release\net10.0-windows\win-x86\app.publish\ + \\FileServer\Edata\Deployments-by-DotNet-Team\Deployment-By-Mustafa\HIKVISIONUI\ + ClickOnce + False + False + win-x86 + True + (none) + False + false + net10.0-windows + True + Foreground + False + Publish.html + False|2026-09-02T14:33:56.0661464Z||;True|2026-09-02T19:31:01.8394945+05:00||;True|2026-09-02T19:21:38.1525626+05:00||;True|2026-09-01T15:47:08.1250995+05:00||;True|2026-09-01T15:18:28.8616454+05:00||; + + \ No newline at end of file