diff --git a/scripts/azure-templates-merger.yml b/scripts/azure-templates-merger.yml index a04e3b1162..0e2858571d 100644 --- a/scripts/azure-templates-merger.yml +++ b/scripts/azure-templates-merger.yml @@ -34,7 +34,7 @@ jobs: Write-Host "Found $($names.Length) items:" $names | ForEach-Object { Write-Host " - $_" } - $dir = "$(Build.SourcesDirectory)\output" + $dir = "$(Build.SourcesDirectory)/output" New-Item "$dir" -Type Directory -Force | Out-Null $id = "$(Build.BuildId)"