We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a539c3 commit c553e33Copy full SHA for c553e33
1 file changed
.azure-pipelines/azure-pipelines.yml
@@ -228,7 +228,7 @@ stages:
228
$name = "SerialPrograms-Windows-$(compiler)-$(architecture)"
229
$buildType = "${{ parameters.buildType }}"
230
231
- $artifactSubdir = Join-Path $root "cache-artifacts" $name
+ $artifactSubdir = Join-Path $root "cache-artifacts/$name"
232
$zipPath = Join-Path $artifactSubdir "$name.zip"
233
New-Item -ItemType Directory -Force -Path $artifactSubdir | Out-Null
234
0 commit comments