File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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 : >-
You can’t perform that action at this time.
0 commit comments