Skip to content

Commit 44ec2c3

Browse files
Update yml file to enable running E2E tests on Linux (#586)
1 parent 507d221 commit 44ec2c3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

azure-pipelines-e2e-integration-tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ pr:
88
include:
99
- releases/*
1010

11+
strategy:
12+
matrix:
13+
linux:
14+
imageName: 'ubuntu-latest'
15+
windows:
16+
imageName: 'vs2017-win2016'
17+
1118
pool:
12-
vmImage: 'vs2017-win2016'
19+
vmImage: $(imageName)
1320

1421
steps:
1522
- pwsh: ./test/E2E/Start-E2ETest.ps1 -UseCoreToolsBuildFromIntegrationTests

0 commit comments

Comments
 (0)