From 489a04aa6ba6e22148a665d9483e7f282ed21435 Mon Sep 17 00:00:00 2001 From: Antonio Velazquez Date: Wed, 30 Oct 2019 11:26:45 -0700 Subject: [PATCH] * Removed publishing to private feed * Removed commented task that used to publish to myget feed * Fixed typo in OPTOUT variable --- build/vsts-ci.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/build/vsts-ci.yml b/build/vsts-ci.yml index d96885b12f..eb0767d137 100644 --- a/build/vsts-ci.yml +++ b/build/vsts-ci.yml @@ -174,7 +174,7 @@ phases: variables: BuildConfig: Release OfficialBuildId: $(BUILD.BUILDNUMBER) - DOTNET_CLI_TELEMETRY_OUTPUT: 1 + DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 DOTNET_MULTILEVEL_LOOKUP: 0 _SignType: real @@ -226,13 +226,6 @@ phases: msbuildVersion: 15.0 continueOnError: false - # - task: MSBuild@1 - # displayName: Publish Packages to MyGet Feed - # inputs: - # solution: build/publish.proj - # msbuildArguments: /t:PublishPackages /p:NuGetFeedUrl=$(_NuGetFeedUrl) /p:NuGetApiKey=$(dotnet-myget-org-api-key) - # msbuildVersion: 15.0 - - task: NuGetAuthenticate@0 inputs: nuGetServiceConnections: machinelearning-dnceng-public-feed # To allow publishing to a feed of another organization @@ -256,14 +249,6 @@ phases: msbuildVersion: 15.0 continueOnError: true - - task: NuGetCommand@2 - displayName: Publish Packages to private VSTS Feed - inputs: - command: push - packagesToPush: $(Build.SourcesDirectory)/bin/packages/**/*.nupkg;!$(Build.SourcesDirectory)/bin/packages/**/*.symbols.nupkg - nuGetFeedType: internal - feedPublish: MachineLearning - # Terminate all dotnet build processes. - script: $(Build.SourcesDirectory)/Tools/dotnetcli/dotnet.exe build-server shutdown displayName: Dotnet Server Shutdown \ No newline at end of file