Fix PipeBuild parameter: PB_RESTORESOURCES => PB_RESTORESOURCE

This commit is contained in:
Nate McMaster 2018-09-26 09:53:31 -07:00
parent 90ed3bde5e
commit a6847de87d
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ param(
[switch]$ci, [switch]$ci,
$AssetRootUrl = $env:PB_ASSETROOTURL, $AssetRootUrl = $env:PB_ASSETROOTURL,
$AccessTokenSuffix = $env:PB_ACCESSTOKENSUFFIX, $AccessTokenSuffix = $env:PB_ACCESSTOKENSUFFIX,
$RestoreSources = $env:PB_RESTORESOURCES, $RestoreSources = $env:PB_RESTORESOURCE,
[ValidateSet('none', 'osx-x64', 'linux-x64', 'win-x64')] [ValidateSet('none', 'osx-x64', 'linux-x64', 'win-x64')]
$TestRuntimeIdentifier, $TestRuntimeIdentifier,
$HostRid, $HostRid,