From: wtgodbe Date: Tue, 28 Nov 2017 20:49:59 +0000 (-0800) Subject: Download test native binaries to correct location X-Git-Tag: accepted/tizen/base/20180629.140029~448^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=835767ac485c27f70367307751f3215706492b55;p=platform%2Fupstream%2Fcoreclr.git Download test native binaries to correct location --- diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json index 9c98b41..15e32d9 100644 --- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json +++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json @@ -58,7 +58,7 @@ }, "inputs": { "filename": "sync.cmd", - "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)", + "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)", "workingFolder": "", "failOnStandardError": "false" }