Skip to content

Commit 53ad5ea

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Changed the build type to current
1 parent 3b6d995 commit 53ad5ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ extends:
119119
- task: DownloadPipelineArtifact@2
120120
displayName: 'Download Build Artifacts'
121121
inputs:
122-
buildType: 'specific'
123-
project: 'Graph Developer Experiences'
124-
definition: 'PowerShell V2 Build'
125-
buildVersionToDownload: 'latest'
122+
buildType: 'current'
123+
# project: 'Graph Developer Experiences'
124+
# definition: 'PowerShell V2 Build'
125+
# buildVersionToDownload: 'latest'
126126
targetPath: '$(System.DefaultWorkingDirectory)'
127127
- task: 1ES.PublishNuget@1
128128
displayName: 'Publish NuGet to feed'

0 commit comments

Comments
 (0)