Update ANCM to build installers from the master branch
This commit is contained in:
parent
da48de7d75
commit
eaf0d25731
|
|
@ -9,7 +9,7 @@ param(
|
|||
[string]$Configuration = 'Release',
|
||||
[string]$DepsZip,
|
||||
[string]$BuildNumber = 't000',
|
||||
[string]$AncmSourceBranch = 'release/2.2'
|
||||
[string]$AncmSourceBranch = 'master'
|
||||
)
|
||||
|
||||
$ErrorActionPreference = 'Stop'
|
||||
|
|
|
|||
Loading…
Reference in New Issue