From 1e6d1228cd2b9ee2f5d80733d469d992680ce221 Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Sat, 26 Oct 2024 05:27:17 +0700 Subject: [PATCH] website: make-release.md: Added step to check the packages in NuGet Package Explorer to ensure Source Link settings are valid. --- websites/site/contributing/make-release.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/websites/site/contributing/make-release.md b/websites/site/contributing/make-release.md index a4da8bce42..86d44c3cf2 100644 --- a/websites/site/contributing/make-release.md +++ b/websites/site/contributing/make-release.md @@ -1,4 +1,4 @@ ---- +--- uid: contributing/make-release --- @@ -171,6 +171,9 @@ Perform basic checks against the release binary: - Check the `nupkg` files to ensure they can be referenced in Visual Studio. +- Check the `nupkg` files in NuGet Package Explorer to ensure all 3 badges (Source Link, Deterministic, and Valid) are green. + - Ensure that the repository URL is https://github.com/apache/lucenenet. If the URL is wrong, these are not the original packages you downloaded from Azure DevOps, and you should proceed only with the originals. + ### Sign the Release - On your local Git clone, check out the SVN distribution repositories