cff0723064
* Update dependencies from https://github.com/dotnet/arcade build 20190725.15 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19375.15 * Update dependencies from https://github.com/dotnet/arcade build 20190726.18 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19376.18
18 lines
569 B
YAML
18 lines
569 B
YAML
jobs:
|
|
- job: setupMaestroVars
|
|
displayName: Setup Maestro Vars
|
|
pool:
|
|
vmImage: 'windows-2019'
|
|
steps:
|
|
- task: DownloadBuildArtifacts@0
|
|
displayName: Download Release Configs
|
|
inputs:
|
|
buildType: current
|
|
artifactName: ReleaseConfigs
|
|
|
|
- task: PowerShell@2
|
|
name: setReleaseVars
|
|
displayName: Set Release Configs Vars
|
|
inputs:
|
|
filePath: $(Build.SourcesDirectory)/eng/common/post-build/setup-maestro-vars.ps1
|
|
arguments: -ReleaseConfigsPath '$(Build.StagingDirectory)/ReleaseConfigs/ReleaseConfigs.txt'
|