Skip to content

Commit 1fc8201

Browse files
ci: disable stage (#1341)
1 parent 0d912e5 commit 1fc8201

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines/publishSamples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ extends:
5454
TargetFolder: '$(Build.ArtifactStagingDirectory)'
5555

5656
- stage: DeployStaging
57-
condition: and(contains(variables['Build.SourceBranchName'], 'dev'), succeeded())
57+
# condition: and(contains(variables['Build.SourceBranchName'], 'dev'), succeeded())
58+
condition: false # disable this stage
5859
dependsOn: CopyArtifactFiles
5960
jobs:
6061
- deployment: staging

0 commit comments

Comments
 (0)