Skip to content

Commit f391010

Browse files
authored
Change asset filter to match Microsoft packages
1 parent 49c3541 commit f391010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/download-workloads-nugets.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if ($workloadListJson) {
5555
}
5656

5757
# Asset filter for .nupkg files.
58-
$assetFilter = '^[^/]+'
58+
$assetFilter = '^Microsoft\.'
5959
Write-Host "assetFilter: $assetFilter"
6060

6161
# Runs DARC against each workload build to download the NuGet packages (if applicable based on the filter).

0 commit comments

Comments
 (0)