Skip to content

Commit 1f40b0f

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Removd unnecessary download artifact step
1 parent 17bcec2 commit 1f40b0f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,20 +116,20 @@ extends:
116116
deploy:
117117
steps:
118118
- checkout: self
119-
- task: DownloadPipelineArtifact@2
120-
displayName: 'Download Build Artifacts'
121-
inputs:
122-
buildType: 'specific'
123-
project: 'Graph Developer Experiences'
124-
definition: 'PowerShell V2 Build'
125-
buildVersionToDownload: 'latest'
126-
targetPath: '$(System.DefaultWorkingDirectory)'
119+
# - task: DownloadPipelineArtifact@2
120+
# displayName: 'Download Build Artifacts'
121+
# inputs:
122+
# buildType: 'specific'
123+
# project: 'Graph Developer Experiences'
124+
# definition: 'PowerShell V2 Build'
125+
# buildVersionToDownload: 'latest'
126+
# targetPath: '$(System.DefaultWorkingDirectory)'
127127
- task: 1ES.PublishNuget@1
128128
displayName: 'Publish NuGet to feed'
129129
inputs:
130130
useDotNetTask: false
131-
packageParentPath: '$(System.DefaultWorkingDirectory)'
132-
packagesToPush: '$(System.DefaultWorkingDirectory)/**/drop/**/*.nupkg'
131+
packageParentPath: '$(Build.ArtifactStagingDirectory)'
132+
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/Microsoft.Graph.*.nupkg'
133133
publishVstsFeed: ${{ parameters.InternalFeed }}
134134
nuGetFeedType: internal
135135
allowPackageConflicts: true

0 commit comments

Comments
 (0)