We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d912e5 commit 1fc8201Copy full SHA for 1fc8201
azure-pipelines/publishSamples.yml
@@ -54,7 +54,8 @@ extends:
54
TargetFolder: '$(Build.ArtifactStagingDirectory)'
55
56
- stage: DeployStaging
57
- condition: and(contains(variables['Build.SourceBranchName'], 'dev'), succeeded())
+ # condition: and(contains(variables['Build.SourceBranchName'], 'dev'), succeeded())
58
+ condition: false # disable this stage
59
dependsOn: CopyArtifactFiles
60
jobs:
61
- deployment: staging
0 commit comments