Skip to content

Commit a540a66

Browse files
authored
Update build-ci.yaml
1 parent b5cdc2e commit a540a66

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build-ci.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,3 @@ steps:
2727
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
2828
inputs:
2929
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
30-
31-
- task: NuGetCommand@2
32-
displayName: 'NuGet push'
33-
inputs:
34-
command: push
35-
publishVstsFeed: 'Packages'
36-
allowPackageConflicts: true

0 commit comments

Comments
 (0)