From 8f08ae68ac6c54d6bd1ec568d36db3bfdaaf7954 Mon Sep 17 00:00:00 2001 From: v-pegao Date: Mon, 19 Apr 2021 15:33:33 +0800 Subject: [PATCH] update for chocolate package validator rules (#7313) * update for chocolate package validator rules --- pack.ps1 | 1 + src/nuspec/chocolatey/docfx/tools/VERIFICATION | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 src/nuspec/chocolatey/docfx/tools/VERIFICATION diff --git a/pack.ps1 b/pack.ps1 index 519fa477d01..736ab11c100 100644 --- a/pack.ps1 +++ b/pack.ps1 @@ -73,6 +73,7 @@ if (-not(Test-Path -path $docfxTarget)) { Copy-Item -Path "src/nuspec/docfx.console/build" -Destination $docfxTarget -Force -Recurse Copy-Item -Path "src/nuspec/docfx.console/content" -Destination $docfxTarget -Force -Recurse +Copy-Item -Path "LICENSE" -Destination $docfxTarget -Force $packages = @{ "docfx" = @{ diff --git a/src/nuspec/chocolatey/docfx/tools/VERIFICATION b/src/nuspec/chocolatey/docfx/tools/VERIFICATION new file mode 100644 index 00000000000..bb253b30a30 --- /dev/null +++ b/src/nuspec/chocolatey/docfx/tools/VERIFICATION @@ -0,0 +1,7 @@ +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 Docfx Project itself. + +The binaries are identical to other package types published by the project, in particular the docfx.console nuget package. \ No newline at end of file