Skip to content

Commit c553e33

Browse files
committed
PowerShell version issue?
1 parent 0a539c3 commit c553e33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure-pipelines/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ stages:
228228
$name = "SerialPrograms-Windows-$(compiler)-$(architecture)"
229229
$buildType = "${{ parameters.buildType }}"
230230
231-
$artifactSubdir = Join-Path $root "cache-artifacts" $name
231+
$artifactSubdir = Join-Path $root "cache-artifacts/$name"
232232
$zipPath = Join-Path $artifactSubdir "$name.zip"
233233
New-Item -ItemType Directory -Force -Path $artifactSubdir | Out-Null
234234

0 commit comments

Comments
 (0)