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 0d7fa19 commit ab4d728Copy full SHA for ab4d728
azure-pipelines.yml
@@ -55,11 +55,8 @@ jobs:
55
name: Behavior
56
testScript: tasks/e2e-behavior.sh
57
configurations:
58
- LinuxNode10: { vmImage: 'ubuntu-16.04', nodeVersion: 10.x }
59
LinuxNode12: { vmImage: 'ubuntu-16.04', nodeVersion: 12.x }
60
- WindowsNode10: { vmImage: 'windows-2019', nodeVersion: 10.x }
61
WindowsNode12: { vmImage: 'windows-2019', nodeVersion: 12.x }
62
- MacNode10: { vmImage: 'macOS-10.15', nodeVersion: 10.x }
63
MacNode12: { vmImage: 'macOS-10.15', nodeVersion: 12.x }
64
65
# ******************************************************************************
0 commit comments