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