Skip to content

Commit 9205558

Browse files
jongallowayCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent fa5a949 commit 9205558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If local testing behaves differently from the published NuGet package, check whe
107107
- Clear caches with `dotnet nuget locals all --clear`
108108
- Remove stale package folders such as `%USERPROFILE%\.nuget\packages\diagramforge\1.0.0`
109109
- Be careful with local sources like `artifacts/nupkg`, `--add-source`, or custom `NuGet.Config` entries
110-
- If needed, validate the published package explicitly with `RestoreSources=https://api.nuget.org/v3/index.json` and an isolated `RestorePackagesPath`
110+
- If needed, validate the published package explicitly by running `dotnet restore -p:RestoreSources=https://api.nuget.org/v3/index.json -p:RestorePackagesPath=./artifacts/isolated-packages` (or a similar isolated folder)
111111

112112
Matching package ID and version do not guarantee matching bits. When diagnosing package issues, compare package or DLL hashes before assuming the published package is wrong.
113113

0 commit comments

Comments
 (0)