Skip to content

Commit a268d50

Browse files
ci: remove info about stage, add ref
1 parent 0c860f6 commit a268d50

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

azure-pipelines/publishSamples.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)