Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Fix cucumber (#3047)
Browse files Browse the repository at this point in the history
Update vscode version to fix release failures

Signed-off-by: Caroline Fletcher <cazfletch@gmail.com>
  • Loading branch information
cazfletch committed Jul 20, 2021
1 parent d16ab0f commit f474223
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ stages:
- template: azure-templates/cucumber-job.yml
parameters:
name: cucumber
${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
version: '1.40.0'
${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags') }}:
version: 'stable'
version: '1.40.0'

- stage: cucumberReport
dependsOn: [cucumberTest]
Expand Down

0 comments on commit f474223

Please sign in to comment.