@@ -53,42 +53,9 @@ 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 :
73- deploy :
74- steps :
75- - task : AzureFileCopy@6
76- displayName : ' Upload Sample Query files'
77- inputs :
78- SourcePath : ' $(Build.ArtifactStagingDirectory)/sample-queries/*'
79- azureSubscription : ' DevX PPE Content Managed Identity Connection'
80- Destination : AzureBlob
81- storage : devxapistppeeastus
82- ContainerName : ' staging-sample-queries'
83-
84- - task : AzureFileCopy@6
85- displayName : ' Upload Permission Description Files '
86- inputs :
87- SourcePath : ' $(Build.ArtifactStagingDirectory)/permissions/*'
88- azureSubscription : ' DevX PPE Content Managed Identity Connection'
89- Destination : AzureBlob
90- storage : devxapistppeeastus
91- ContainerName : ' staging-permissions'
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.
58+ # Check history for complete
9259
9360
9461 - stage : DeployProduction
0 commit comments