mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2025-01-08 07:00:17 +00:00
10 lines
175 B
PowerShell
10 lines
175 B
PowerShell
<#
|
|
.SYNOPSIS
|
|
Builds the solution from scratch and ZIPs the resulting module.
|
|
#>
|
|
|
|
.\Restore-ReferencedPackages
|
|
.\Build-Solution
|
|
.\Run-Tests
|
|
.\Pack-PSModule
|
|
.\Pack-NuGetPackages |