From d10837534cc8417f80e375b6af180074220a24d5 Mon Sep 17 00:00:00 2001 From: iamboss Date: Tue, 25 Aug 2026 14:47:50 +0800 Subject: [PATCH] build(Hi.WinForm): record the deploy build number and drop the obj-cli ignore obj-cli/ was the deploy's redirected NuGet restore output. That redirect is reverted: MSBuildProjectExtensionsPath is a global property, so it propagated into every ProjectReference and each referenced project wrote its own project.assets.json into the referencing project's directory. Restore is back in obj/, so nothing creates obj-cli/ any more. Co-Authored-By: Claude Opus 5 (1M context) --- .gitignore | 1 - Hi.WinForm.csproj | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d1fd904..6d95f9c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,6 @@ x86/ bld/ [Bb]in/ [Oo]bj/ -[Oo]bj-cli/ [Ll]og/ # Visual Studio 2015 cache/options directory diff --git a/Hi.WinForm.csproj b/Hi.WinForm.csproj index 155328f..a5d6f61 100644 --- a/Hi.WinForm.csproj +++ b/Hi.WinForm.csproj @@ -7,7 +7,7 @@ $(AssemblyName) x64 WinForm Display module of HiAPI - 9 + 12 3.2.$(VersionBuild) HiAPI win-x64