File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 5454 <SkipTests Condition =" '$(IsGitHubActionsRunner)' == 'true' and '$(BuildOs)' != 'windows' and '$(RunOnGithubActionsLinux)' == 'true' " >false</SkipTests >
5555
5656 <!-- Only run tests if the build is running on Helix infra -->
57- <SkipTests Condition =" '$(IsAzdoHelixRunner)' == 'true' and '$(BuildOs)' == 'windows' and '$(RunOnAzdoHelixWindows)' == 'true' " >false</SkipTests >
58- <SkipTests Condition =" '$(IsAzdoHelixRunner)' == 'true' and '$(BuildOs)' != 'windows' and '$(RunOnAzdoHelixLinux)' == 'true' " >false</SkipTests >
57+ <SkipTests Condition =" '$(IsAzdoHelixRunner)' == 'true' and '$(RunOnAzdoHelix)' == 'true' " >false</SkipTests >
5958
6059 <!-- Otherwise, run tests on AzDO CI agents -->
61- <SkipTests Condition =" '$(IsAzdoCIRunner)' == 'true' and '$(BuildOs)' == 'windows' and '$(RunOnAzdoCIWindows)' == 'true' " >false</SkipTests >
62- <SkipTests Condition =" '$(IsAzdoCIRunner)' == 'true' and '$(BuildOs)' != 'windows' and '$(RunOnAzdoCILinux)' == 'true' " >false</SkipTests >
60+ <SkipTests Condition =" '$(IsAzdoCIRunner)' == 'true' and '$(RunOnAzdoCI)' == 'true' " >false</SkipTests >
6361 </PropertyGroup >
6462
6563 <ItemGroup Condition =" '$(IsTestProject)' == 'true' and '$(IncludeTestUtilities)' == 'true' " >
You can’t perform that action at this time.
0 commit comments