From c80085a9271d5bc234cafeb14e89fdade3de4247 Mon Sep 17 00:00:00 2001 From: Karthik Rajasekaran Date: Wed, 1 Nov 2017 14:00:43 -0700 Subject: [PATCH] Revert sync test sync binaries (#14807) --- buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json index 112c7d8..460e857 100644 --- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json +++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json @@ -23,6 +23,23 @@ "enabled": true, "continueOnError": false, "alwaysRun": false, + "timeoutInMinutes": 0, + "task": { + "id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9", + "versionSpec": "1.*", + "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)", + "workingFolder": "", + "failOnStandardError": "false" + } + }, + { + "enabled": true, + "continueOnError": false, + "alwaysRun": false, "displayName": "Run clean.cmd", "timeoutInMinutes": 0, "task": { -- 2.7.4