File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 58
58
<SkipTests >true</SkipTests >
59
59
60
60
<!-- Only run tests if the build is running on GitHub Actions -->
61
- <SkipTests Condition =" '$(IsGitHubActionsRunner)' == 'true' and '$(BuildOs)' == 'windows' and '$(RunOnGithubActionsWindows)' == 'true' " >false</SkipTests >
62
- <SkipTests Condition =" '$(IsGitHubActionsRunner)' == 'true' and '$(BuildOs)' != 'windows' and '$(RunOnGithubActionsLinux)' == 'true' " >false</SkipTests >
61
+ <SkipTests Condition =" '$(IsGitHubActionsRunner)' == 'true' and '$(RunOnGithubActions)' == 'true' " >false</SkipTests >
63
62
64
63
<!-- Only run tests if the build is running on Helix infra -->
65
64
<SkipTests Condition =" '$(IsAzdoHelixRunner)' == 'true' and '$(RunOnAzdoHelix)' == 'true' " >false</SkipTests >
You can’t perform that action at this time.
0 commit comments