Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Update pack script to generate tools zip
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Dec 12, 2021
1 parent 6b0f434 commit 1005a75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ $version = $gitVerJson.SimpleVersion + $gitVerJson.PrereleaseVersion
& "$PSScriptRoot\vendor\NuGet.exe" pack "$PSScriptRoot\src\Clowd.Squirrel.nuspec" `
-BasePath "$PSScriptRoot\src" `
-OutputDirectory "$PSScriptRoot\build" `
-Version $version
-Version $version

& "$PSScriptRoot\vendor\7zip\7z.exe" a "$PSScriptRoot\build\SquirrelTools-$version.zip" -tzip -aoa -y -mmt on "$PSScriptRoot\build\publish\*"

0 comments on commit 1005a75

Please sign in to comment.