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 54
54
<SkipTests Condition =" '$(IsGitHubActionsRunner)' == 'true' and '$(BuildOs)' != 'windows' and '$(RunOnGithubActionsLinux)' == 'true' " >false</SkipTests >
55
55
56
56
<!-- 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 >
59
58
60
59
<!-- 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 >
63
61
</PropertyGroup >
64
62
65
63
<ItemGroup Condition =" '$(IsTestProject)' == 'true' and '$(IncludeTestUtilities)' == 'true' " >
You can’t perform that action at this time.
0 commit comments