mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 03:13:23 +00:00
add missing bracket
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user