Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Remove pushing packages to Azure private feed.

***NO_CI***
  • Loading branch information
josesimoes committed Feb 7, 2025
1 parent 09754ff commit 14631c2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down

0 comments on commit 14631c2

Please sign in to comment.