Skip to content

Commit f8fe06f

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Fixed formatting issues
1 parent 2ceea4d commit f8fe06f

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -131,30 +131,30 @@ extends:
131131
nuGetFeedType: internal
132132
allowPackageConflicts: true
133133
- stage: 'Deploy_to_PsGallery'
134-
dependsOn: stage
135-
jobs:
136-
- deployment: 'DeployToPowerShellGallery'
137-
displayName: 'Deploy to PowerShell Gallery'
138-
environment: 'PowerShellGallery'
139-
strategy:
140-
runOnce:
141-
deploy:
142-
steps:
143-
- checkout: self
144-
- task: DownloadPipelineArtifact@2
145-
displayName: 'Download Build Artifacts'
146-
inputs:
147-
buildType: 'current'
148-
targetPath: '$(System.DefaultWorkingDirectory)'
149-
- task: 1ES.PublishNuget@1
150-
displayName: 'Publish NuGet to feed'
151-
inputs:
152-
useDotNetTask: false
153-
packageParentPath: '$(System.DefaultWorkingDirectory)'
154-
packagesToPush: '$(System.DefaultWorkingDirectory)/**/drop/**/*.nupkg'
155-
publishVstsFeed: ${{ parameters.InternalFeed }}
156-
nuGetFeedType: internal
157-
allowPackageConflicts: true
134+
dependsOn: stage
135+
jobs:
136+
- deployment: 'DeployToPowerShellGallery'
137+
displayName: 'Deploy to PowerShell Gallery'
138+
environment: 'PowerShellGallery'
139+
strategy:
140+
runOnce:
141+
deploy:
142+
steps:
143+
- checkout: self
144+
- task: DownloadPipelineArtifact@2
145+
displayName: 'Download Build Artifacts'
146+
inputs:
147+
buildType: 'current'
148+
targetPath: '$(System.DefaultWorkingDirectory)'
149+
- task: 1ES.PublishNuget@1
150+
displayName: 'Publish NuGet to feed'
151+
inputs:
152+
useDotNetTask: false
153+
packageParentPath: '$(System.DefaultWorkingDirectory)'
154+
packagesToPush: '$(System.DefaultWorkingDirectory)/**/drop/**/*.nupkg'
155+
publishVstsFeed: ${{ parameters.InternalFeed }}
156+
nuGetFeedType: internal
157+
allowPackageConflicts: true
158158

159159

160160

0 commit comments

Comments
 (0)