add missing bracket

al-cheb/add-xamarin-tool
Aleksandr Chebotov 4 years ago
parent 77b53792b3
commit 504e746b96

@ -21,7 +21,7 @@ steps:
TargetType: inline
script: |
$ToolName = "$(TOOL_NAME)"
if ($ToolName -in @("Python", "Xamarin") {
if ($ToolName -in @("Python", "Xamarin")) {
$PipelineUrl = " "
} else {
$PipelineUrl = "$(System.TeamFoundationCollectionUri)$(System.TeamProject)/_build/results?buildId=$(Build.BuildId)"

Loading…
Cancel
Save