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