Skip to content

Commit 9a1d7a5

Browse files
committedMay 6, 2021
get managed libs from a different spot as coreclr folder is gone now. expand match to find all pgds
1 parent a23e3bd commit 9a1d7a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎build/Helix/PrepareHelixPayload.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ New-Item -ItemType Directory -Force -Path $payloadDir
2020
# Copy files from nuget packages
2121
Copy-Item "$nugetPackagesDir\microsoft.windows.apps.test.1.0.181203002\lib\netcoreapp2.1\*.dll" $payloadDir
2222
Copy-Item "$nugetPackagesDir\Microsoft.Taef.10.58.210305002\build\Binaries\$Platform\*" $payloadDir
23-
Copy-Item "$nugetPackagesDir\Microsoft.Taef.10.58.210305002\build\Binaries\$Platform\CoreClr\*" $payloadDir
23+
Copy-Item "$nugetPackagesDir\Microsoft.Taef.10.58.210305002\build\Binaries\$Platform\NetFx4.5\*" $payloadDir
2424
New-Item -ItemType Directory -Force -Path "$payloadDir\.NETCoreApp2.1\"
2525
Copy-Item "$nugetPackagesDir\runtime.win-$Platform.microsoft.netcore.app.2.1.0\runtimes\win-$Platform\lib\netcoreapp2.1\*" "$payloadDir\.NETCoreApp2.1\"
2626
Copy-Item "$nugetPackagesDir\runtime.win-$Platform.microsoft.netcore.app.2.1.0\runtimes\win-$Platform\native\*" "$payloadDir\.NETCoreApp2.1\"

‎build/pipelines/templates/build-console-steps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ steps:
119119
displayName: 'Copy PGO databases needed for PGO instrumentation run'
120120
inputs:
121121
Contents: |
122-
$(Build.SourcesDirectory)/bin/$(BuildPlatform)/$(BuildConfiguration)/*.pgd
122+
**/*.pgd
123123
TargetFolder: '$(Build.ArtifactStagingDirectory)/$(BuildConfiguration)/$(BuildPlatform)/PGO'
124124
OverWrite: true
125125
flattenFolders: true

0 commit comments

Comments
 (0)