We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c136b26 commit 564884eCopy full SHA for 564884e
tools/releaseBuild/yaml/releaseBuild.yml
@@ -133,7 +133,7 @@ stages:
133
Expand-Archive -Path $_.FullName -DestinationPath $destFolder -Force
134
135
Get-ChildItem -Path $destFolder -Recurse -Filter '*.pdb' | ForEach-Object {
136
- $runtimeFolder = New-Item -Path "$symbolsRoot/$($_.BaseName)/" -ItemType Directory -Verbose
+ $runtimeFolder = New-Item -Path "$symbolsRoot/$($destFolder.BaseName)/" -ItemType Directory -Verbose
137
Copy-Item -Path $_.FullName -Destination $runtimeFolder -Verbose
138
}
139
0 commit comments