diff options
author | Karthik Rajasekaran <karajas@microsoft.com> | 2017-10-31 20:44:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 20:44:27 -0700 |
commit | c5c39cc444158ccf0f9868abf7f3ebd025c1b66e (patch) | |
tree | ebf4368064fd5f84a2a76b9c8796b4fba22b7545 /buildpipeline | |
parent | 49d60b5e71bba4a7014ccf35f792906564d21dfc (diff) | |
download | coreclr-c5c39cc444158ccf0f9868abf7f3ebd025c1b66e.tar.gz coreclr-c5c39cc444158ccf0f9868abf7f3ebd025c1b66e.tar.bz2 coreclr-c5c39cc444158ccf0f9868abf7f3ebd025c1b66e.zip |
Remove intermediate sync for test build (#14775)
Diffstat (limited to 'buildpipeline')
-rw-r--r-- | buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json index 6901c362e6..112c7d8aa6 100644 --- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json +++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json @@ -41,24 +41,6 @@ "enabled": true, "continueOnError": false, "alwaysRun": false, - "displayName": "Sync test native binaries", - "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": "Generate version props file", "timeoutInMinutes": 0, "task": { |