fix: Correct local NuGet source paths in project files and update verification script comments

This commit is contained in:
master
2025-11-19 00:20:28 +02:00
parent e91da22836
commit 33c7e77273
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
set -euo pipefail
# Verifies binary artefacts live only in approved locations.
# Allowed roots: local-nugets (curated feed), .nuget/packages (cache), vendor (pinned binaries),
# Allowed roots: local-nugets (curated feed + cache), vendor (pinned binaries),
# offline (air-gap bundles/templates), plugins/tools/deploy/ops (module-owned binaries).
repo_root="$(git rev-parse --show-toplevel)"