Skip to content

Commit

Permalink
Merge pull request #10 from Ellerbach/feature/fix-choco-package
Browse files Browse the repository at this point in the history
Small changes for Chocolatey package
  • Loading branch information
mtirionMSFT authored Feb 3, 2022
2 parents b5d9d97 + c96b163 commit 6b374c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions deploy/chocolatey/tools/VERIFICATION

This file was deleted.

2 changes: 1 addition & 1 deletion pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (-not(Test-Path $solution.assetZipPath)) {
& .\build.ps1
}

$hash = (Get-FileHash -Algorithm SHA256 -Path $solution.assetZipPath).Hash.ToLower()
$hash = (Get-FileHash -Algorithm SHA256 -Path $solution.assetZipPath).Hash.ToUpper()
$nupkgName = "docfx-companion-tools.$version.nupkg"

UpdateChocoConfig $choco.chocoScript $choco.nuspec $version $hash
Expand Down

0 comments on commit 6b374c8

Please sign in to comment.