Skip to content

Commit 14631c2

Browse files
committed
Work CI-CD
- Remove pushing packages to Azure private feed. ***NO_CI***
1 parent 09754ff commit 14631c2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -162,22 +162,6 @@ steps:
162162
ArtifactName: deployables
163163
ArtifactType: Container
164164

165-
# push NuGet class lib package to Azure Artifacts (always happens except on PR builds)
166-
- task: NuGetAuthenticate@1
167-
inputs:
168-
nuGetServiceConnections: 'AzureArtifacts-$(System.TeamProject)'
169-
170-
- script: nuget push -ApiKey AzureArtifacts -Source https://pkgs.dev.azure.com/nanoframework/feed/_packaging/sandbox/nuget/v3/index.json *.nupkg -NonInteractive -SkipDuplicate
171-
workingDirectory: '$(Build.ArtifactStagingDirectory)'
172-
condition: >-
173-
and(
174-
succeeded(),
175-
gt(variables['Count_Artifacts.NUGET_COUNT'], 0),
176-
eq(variables['System.PullRequest.PullRequestId'], '')
177-
)
178-
continueOnError: false
179-
displayName: Push NuGet packages to NuGet
180-
181165
# push NuGet class lib package to NuGet (always happens except on PR builds)
182166
- task: NuGetCommand@2
183167
condition: >-

0 commit comments

Comments
 (0)