File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,23 +53,8 @@ extends:
5353 **\sample-queries\**
5454 TargetFolder : ' $(Build.ArtifactStagingDirectory)'
5555
56- # - stage: DeployStaging
57- # # condition: and(contains(variables['Build.SourceBranchName'], 'dev'), succeeded())
58- # condition: false # disable this stage
59- # dependsOn: CopyArtifactFiles
60- # jobs:
61- # - deployment: staging
62- # displayName: 'Deploy to Staging'
63- # environment: graphexplorerapi-staging
64- # templateContext:
65- # type: releaseJob
66- # isProduction: false
67- # inputs:
68- # - input: pipelineArtifact
69- # artifactName: drop
70- # targetPath: $(Build.ArtifactStagingDirectory)
71- # strategy:
72- # runOnce:
56+ # Note: A staging deployment stage previously existed here. Reintroduce it as a
57+ # conditionally included/guarded stage or template when a staging environment is ready.
7358 # deploy:
7459 # steps:
7560 # - task: AzureFileCopy@6
You can’t perform that action at this time.
0 commit comments