Skip to content

Commit

Permalink
Skip tests on non-Windows agents
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jul 17, 2024
1 parent 8036663 commit b3ec77b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ jobs:
- ${{ if parameters.EnableLinuxBuild }}:
- job: Linux
pool: ${{ parameters.linuxPool }}
variables:
TestFilter: "&WindowsOnly!=true"
Platform: NonWindows
${{ if eq(variables['system.collectionId'], '011b8bdf-6d56-4f87-be0d-0092136884d9') }}:
templateContext:
mb:
Expand Down Expand Up @@ -230,6 +233,9 @@ jobs:
- ${{ if parameters.EnableMacOSBuild }}:
- job: macOS
pool: ${{ parameters.macOSPool }}
variables:
TestFilter: "&WindowsOnly!=true"
Platform: NonWindows
${{ if eq(variables['system.collectionId'], '011b8bdf-6d56-4f87-be0d-0092136884d9') }}:
templateContext:
mb:
Expand Down

0 comments on commit b3ec77b

Please sign in to comment.