Update build.ps1

This commit is contained in:
Nate McMaster 2018-09-06 23:04:43 -07:00 committed by GitHub
parent 02c9c047fe
commit e3ba165baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# This script requires internal-only access to the code which generates ANCM installers. # This script requires internal-only access to the code which generates ANCM installers.
# #
#requires -version 4 #requires -version 5
[cmdletbinding()] [cmdletbinding()]
param( param(
[string]$Configuration = 'Debug', [string]$Configuration = 'Debug',