From 14631c282943d2d3faf512fde9fe3ff8d0dfb170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Fri, 7 Feb 2025 13:10:35 +0000 Subject: [PATCH] Work CI-CD - Remove pushing packages to Azure private feed. ***NO_CI*** --- azure-pipelines.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bb25b16407..049cfc2103 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -162,22 +162,6 @@ steps: ArtifactName: deployables ArtifactType: Container -# push NuGet class lib package to Azure Artifacts (always happens except on PR builds) -- task: NuGetAuthenticate@1 - inputs: - nuGetServiceConnections: 'AzureArtifacts-$(System.TeamProject)' - -- script: nuget push -ApiKey AzureArtifacts -Source https://pkgs.dev.azure.com/nanoframework/feed/_packaging/sandbox/nuget/v3/index.json *.nupkg -NonInteractive -SkipDuplicate - workingDirectory: '$(Build.ArtifactStagingDirectory)' - condition: >- - and( - succeeded(), - gt(variables['Count_Artifacts.NUGET_COUNT'], 0), - eq(variables['System.PullRequest.PullRequestId'], '') - ) - continueOnError: false - displayName: Push NuGet packages to NuGet - # push NuGet class lib package to NuGet (always happens except on PR builds) - task: NuGetCommand@2 condition: >-