File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,25 +55,7 @@ extends:
5555
5656 # Note: A staging deployment stage previously existed here. Reintroduce it as a
5757 # conditionally included/guarded stage or template when a staging environment is ready.
58- # deploy:
59- # steps:
60- # - task: AzureFileCopy@6
61- # displayName: 'Upload Sample Query files'
62- # inputs:
63- # SourcePath: '$(Build.ArtifactStagingDirectory)/sample-queries/*'
64- # azureSubscription: 'DevX PPE Content Managed Identity Connection'
65- # Destination: AzureBlob
66- # storage: devxapistppeeastus
67- # ContainerName: 'staging-sample-queries'
68-
69- # - task: AzureFileCopy@6
70- # displayName: 'Upload Permission Description Files '
71- # inputs:
72- # SourcePath: '$(Build.ArtifactStagingDirectory)/permissions/*'
73- # azureSubscription: 'DevX PPE Content Managed Identity Connection'
74- # Destination: AzureBlob
75- # storage: devxapistppeeastus
76- # ContainerName: 'staging-permissions'
58+ # Check history for complete
7759
7860
7961 - stage : DeployProduction
You can’t perform that action at this time.
0 commit comments