File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
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 : ' $(Build.ArtifactStagingDirectory )'
132- packagesToPush : ' $(Build.ArtifactStagingDirectory )/**/Microsoft.Graph. *.nupkg'
131+ packageParentPath : ' $(System.DefaultWorkingDirectory )'
132+ packagesToPush : ' $(System.DefaultWorkingDirectory )/**/drop/**/ *.nupkg'
133133 publishVstsFeed : ${{ parameters.InternalFeed }}
134134 nuGetFeedType : internal
135135 allowPackageConflicts : true
Original file line number Diff line number Diff line change 2727 "versions" : {
2828 "authentication" : {
2929 "prerelease" : " " ,
30- "version" : " 2.24.0 "
30+ "version" : " 2.24.1 "
3131 },
3232 "beta" : {
3333 "prerelease" : " " ,
34- "version" : " 2.24.0 "
34+ "version" : " 2.24.1 "
3535 },
3636 "v1.0" : {
3737 "prerelease" : " " ,
38- "version" : " 2.24.0 "
38+ "version" : " 2.24.1 "
3939 }
4040 }
4141}
You can’t perform that action at this time.
0 commit comments