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) <noreply@anthropic.com>
This commit is contained in:
2026-08-25 14:47:50 +08:00
co-authored by Claude Opus 5
parent 0550c58ade
commit d10837534c
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -22,7 +22,6 @@ x86/
bld/
[Bb]in/
[Oo]bj/
[Oo]bj-cli/
[Ll]og/
# Visual Studio 2015 cache/options directory
+1 -1
View File
@@ -7,7 +7,7 @@
<RootNamespace>$(AssemblyName)</RootNamespace>
<Platforms>x64</Platforms>
<Description>WinForm Display module of HiAPI</Description>
<VersionBuild>9</VersionBuild>
<VersionBuild>12</VersionBuild>
<VersionPrefix>3.2.$(VersionBuild)</VersionPrefix>
<PackageTags>HiAPI</PackageTags>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>