From: Jarret Shook Date: Thu, 2 Nov 2017 05:00:52 +0000 (-0700) Subject: Fix sync's location. (#14817) X-Git-Tag: accepted/tizen/base/20180629.140029~714 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7b375dd29dba84decc638a2c533d50cad4acaf9;p=platform%2Fupstream%2Fcoreclr.git Fix sync's location. (#14817) --- diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json index 460e857..898c7aa 100644 --- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json +++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json @@ -23,6 +23,7 @@ "enabled": true, "continueOnError": false, "alwaysRun": false, + "displayName": "Run clean.cmd", "timeoutInMinutes": 0, "task": { "id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9", @@ -30,8 +31,8 @@ "definitionType": "task" }, "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)", + "filename": "clean.cmd", + "arguments": "", "workingFolder": "", "failOnStandardError": "false" } @@ -40,7 +41,6 @@ "enabled": true, "continueOnError": false, "alwaysRun": false, - "displayName": "Run clean.cmd", "timeoutInMinutes": 0, "task": { "id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9", @@ -48,8 +48,8 @@ "definitionType": "task" }, "inputs": { - "filename": "clean.cmd", - "arguments": "", + "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)", "workingFolder": "", "failOnStandardError": "false" }