Skip to content

Commit

Permalink
update for chocolate package validator rules (#7313)
Browse files Browse the repository at this point in the history
* update for chocolate package validator rules
  • Loading branch information
v-pegao authored and 928PJY committed Apr 19, 2021
1 parent c431ec2 commit 8b9b9c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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" = @{
Expand Down
7 changes: 7 additions & 0 deletions src/nuspec/chocolatey/docfx/tools/VERIFICATION
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 8b9b9c9

Please sign in to comment.