Skip to content

Commit f96b575

Browse files
Update script
1 parent 9516391 commit f96b575

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

azure-pipelines-integration.yml

-4
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,9 @@ stages:
8383
testRuns:
8484
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
8585
- oop64bit: false
86-
oopCoreClr: false
8786
lspEditor: false
8887
runName: VS_Integration_Debug_32
8988
- oop64bit: true
90-
oopCoreClr: false
9189
lspEditor: false
9290
runName: VS_Integration_Debug_64
9391

@@ -99,11 +97,9 @@ stages:
9997
configuration: Release
10098
testRuns:
10199
- oop64bit: false
102-
oopCoreClr: false
103100
lspEditor: false
104101
runName: VS_Integration_Release_32
105102
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
106103
- oop64bit: true
107-
oopCoreClr: false
108104
lspEditor: false
109105
runName: VS_Integration_Release_64

0 commit comments

Comments
 (0)