From eb5abd86d218d4386e0c6ee2e4ac86729502d31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6llner?= Date: Thu, 15 Aug 2019 21:54:24 +0200 Subject: [PATCH] Chocolatey moderation feedback --- chocolatey/VERIFICATION | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/chocolatey/VERIFICATION b/chocolatey/VERIFICATION index c03ef95..7357f2d 100644 --- a/chocolatey/VERIFICATION +++ b/chocolatey/VERIFICATION @@ -2,6 +2,20 @@ VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. -This package is published by the capnproto-dotnetcore project itself. -To reproduce this package, obtain the sources from GitHub and execute scripts\capnpc-csharp-pack.ps1 -The script will generate the exact NuGet package(s) which are to be pushed to Chocolatey (folder chocolatey\install) +This package is published by the capnproto-dotnetcore project itself. +Starting from a plain Chocolatey test environment, please follow these steps: + + Install .NET Core SDK 2.2.401: +> choco install dotnetcore-sdk --version 2.2.401 + + Reboot if necessary: +> shutdown /r + + Clone the master branch from GitHub: +> git clone git://github.com/c80k/capnproto-dotnetcore.git +> cd capnproto-dotnetcore\scripts + + Run the packaging script: +> .\capnpc-csharp-pack.ps1 + + Verify the generated NuGet packages inside capnproto-dotnetcore\chocolaty\install