pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-29 13:40:46 +10:00
parent abc1bf70bf
commit fce67dfb28
2 changed files with 9 additions and 3 deletions

View file

@ -19,7 +19,7 @@ steps:
[string]$variableValue = '${{parameters.VariableValue}}'
[string]$accessToken = $env:SYSTEM_ACCESSTOKEN
if($repositoryUrl.EndsWith('/')) {
if ($repositoryUrl.EndsWith('/')) {
$repositoryUrl = $repositoryUrl.TrimEnd('/')
}