DSInternals/Scripts/Make.ps1

10 lines
175 B
PowerShell
Raw Normal View History

2015-12-27 17:18:31 +00:00
<#
.SYNOPSIS
Builds the solution from scratch and ZIPs the resulting module.
#>
.\Restore-ReferencedPackages
.\Build-Solution
2016-01-17 17:17:56 +00:00
.\Run-Tests
2016-02-23 19:33:05 +00:00
.\Pack-PSModule
.\Pack-NuGetPackages