Update ANCM to build installers from the master branch

This commit is contained in:
Nate McMaster 2018-08-20 20:12:36 -07:00 committed by GitHub
parent da48de7d75
commit eaf0d25731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ param(
[string]$Configuration = 'Release',
[string]$DepsZip,
[string]$BuildNumber = 't000',
[string]$AncmSourceBranch = 'release/2.2'
[string]$AncmSourceBranch = 'master'
)
$ErrorActionPreference = 'Stop'