Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 835767a

Browse files
committed
Download test native binaries to correct location
1 parent 1594a83 commit 835767a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"inputs": {
6060
"filename": "sync.cmd",
61-
"arguments": "-ab -AzureAccount=$(CloudDropAccountName) -AzureToken=$(CloudDropAccessToken) -Container=$(PB_ContainerName) -RuntimeId=$(Rid) -BlobNamePrefix=$(PB_BlobNamePrefix)$(PB_BuildType)/TestNativeBins/$(Rid) -- /p:DownloadDirectory=$(Build.SourcesDirectory)/packages/TestNativeBins/$(Rid)",
61+
"arguments": "-ab -AzureAccount=$(CloudDropAccountName) -AzureToken=$(CloudDropAccessToken) -Container=$(PB_ContainerName) -RuntimeId=$(Rid) -BlobNamePrefix=$(PB_BlobNamePrefix)$(PB_BuildType)/TestNativeBins/$(Rid) -- /p:DownloadDirectory=$(Build.SourcesDirectory)/packages/TestNativeBins/$(Rid)/$(PB_BuildType)",
6262
"workingFolder": "",
6363
"failOnStandardError": "false"
6464
}

0 commit comments

Comments
 (0)