DSInternals/Scripts/Make.ps1
MichaelGrafnetter 0a1f14e946 NuGet-Ready!
2016-02-23 20:33:05 +01:00

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