DSInternals/Scripts/Make.ps1

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