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:
@@ -22,7 +22,6 @@ x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Oo]bj-cli/
|
||||
[Ll]og/
|
||||
|
||||
# Visual Studio 2015 cache/options directory
|
||||
|
||||
Reference in New Issue
Block a user