removing paramter from display name to work around format-yaml

This commit is contained in:
Michael Andescavage 2021-05-06 10:56:33 -07:00
Родитель 69a8f2df6f
Коммит 4a05d5caf5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ steps:
customCommand: run
arguments: . ${{ parameters.generationType }}
workingDirectory: $(Build.SourcesDirectory)/ARO.Pipelines/ev2/generator/
displayName: ⚙️ Generate Ev2 Deployment Manifests for {{ parameters.generationType }}
displayName: ⚙️ Generate Ev2 Deployment Manifests
- task: Bash@3
displayName: ⚙️ Copy to ob_outputDirectory
inputs: