We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6d995 commit 53ad5eaCopy full SHA for 53ad5ea
.azure-pipelines/ci-build.yml
@@ -119,10 +119,10 @@ extends:
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'
+ buildType: 'current'
+ # project: 'Graph Developer Experiences'
+ # definition: 'PowerShell V2 Build'
+ # buildVersionToDownload: 'latest'
126
targetPath: '$(System.DefaultWorkingDirectory)'
127
- task: 1ES.PublishNuget@1
128
displayName: 'Publish NuGet to feed'
0 commit comments