Skip to content

Commit 0c860f6

Browse files
Update azure-pipelines/publishSamples.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1cd06a5 commit 0c860f6

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

azure-pipelines/publishSamples.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)