From: Juan Carlos Aguilera Mendez Date: Fri, 2 Mar 2018 23:13:55 +0000 (-0800) Subject: Remove creation of Auth'd nuget.config X-Git-Tag: accepted/tizen/unified/20190422.045933~2786^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4a65e92d6f029e1240efaf1e202ec4b12006c24;p=platform%2Fupstream%2Fcoreclr.git Remove creation of Auth'd nuget.config --- diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json index 5a021ac..ac0b980 100644 --- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json +++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json @@ -92,28 +92,6 @@ "enabled": true, "continueOnError": true, "alwaysRun": false, - "displayName": "Create Auth'd NuGet.config", - "timeoutInMinutes": 0, - "condition": "succeeded()", - "task": { - "id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1", - "versionSpec": "1.*", - "definitionType": "task" - }, - "inputs": { - "scriptType": "inlineScript", - "scriptName": "", - "arguments": "$(Build.StagingDirectory)\\VstsAuthed.NuGet.Config https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json $(PB_FeedReadAccessToken)", - "workingFolder": "", - "inlineScript": "param($path, $url, $pat)\n\nSet-Content $path @\"\n\n\n \n \n \n \n \n \n \n \n \n\n\"@", - "failOnStandardError": "true" - } - }, - { - "environment": {}, - "enabled": true, - "continueOnError": true, - "alwaysRun": false, "displayName": "Install Microsoft.DotNet.Build.Tasks.ScepOps", "timeoutInMinutes": 0, "condition": "always()", @@ -153,7 +131,7 @@ "toolPackage": "false", "buildProperties": "", "verbosityPack": "Detailed", - "arguments": "install Microsoft.DotNet.Build.Tasks.ScepOps -source vsts-packages -ConfigFile $(Build.StagingDirectory)\\VstsAuthed.NuGet.Config -OutputDirectory $(Build.StagingDirectory) -NonInteractive" + "arguments": "install Microsoft.DotNet.Build.Tasks.ScepOps -source https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json -ConfigFile $(Build.StagingDirectory)\\VstsAuthed.NuGet.Config -OutputDirectory $(Build.StagingDirectory)" } }, { @@ -408,9 +386,6 @@ "PB_ContainerName": { "value": "$(Label)-$(TestContainerSuffix)-test" }, - "PB_FeedReadAccessToken": { - "value": "$(PB_FeedReadAccessToken)" - }, "TestContainerSuffix": { "value": "linux" },