DSInternals/Scripts/Make.ps1
2016-01-17 18:17:56 +01:00

10 lines
179 B
PowerShell

<#
.SYNOPSIS
Builds the solution from scratch and ZIPs the resulting module.
#>
.\Restore-ReferencedPackages
.\Sign-ReferencedPackages
.\Build-Solution
.\Run-Tests
.\Pack-Release