Skip to content

Commit

Permalink
Update exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 5, 2024
1 parent 9fba985 commit 1502300
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build/DirectXTex-GitHub-CMake-Dev17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trigger:
- '.github/*'
- '.nuget/*'
- build/*.cmd
- build/*.json
- build/OneFuzz*.json
- build/*.props
- build/*.ps1
- build/*.targets
Expand All @@ -39,7 +39,7 @@ pr:
- '.github/*'
- '.nuget/*'
- build/*.cmd
- build/*.json
- build/OneFuzz*.json
- build/*.props
- build/*.ps1
- build/*.targets
Expand Down
4 changes: 2 additions & 2 deletions build/DirectXTex-GitHub-CMake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trigger:
- '.github/*'
- '.nuget/*'
- build/*.cmd
- build/*.json
- build/OneFuzz*.json
- build/*.props
- build/*.ps1
- build/*.targets
Expand All @@ -39,7 +39,7 @@ pr:
- '.github/*'
- '.nuget/*'
- build/*.cmd
- build/*.json
- build/OneFuzz*.json
- build/*.props
- build/*.ps1
- build/*.targets
Expand Down
4 changes: 2 additions & 2 deletions build/DirectXTex-GitHub-MinGW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trigger:
- '.github/*'
- '.nuget/*'
- build/*.cmd
- build/*.json
- build/OneFuzz*.json
- build/*.props
- build/*.ps1
- build/*.targets
Expand All @@ -39,7 +39,7 @@ pr:
- '.github/*'
- '.nuget/*'
- build/*.cmd
- build/*.json
- build/OneFuzz*.json
- build/*.props
- build/*.ps1
- build/*.targets
Expand Down
4 changes: 2 additions & 2 deletions build/DirectXTex-GitHub-WSL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trigger:
- '.github/*'
- '.nuget/*'
- build/*.cmd
- build/*.json
- build/OneFuzz*.json
- build/*.props
- build/*.ps1
- build/*.targets
Expand All @@ -39,7 +39,7 @@ pr:
- '.github/*'
- '.nuget/*'
- build/*.cmd
- build/*.json
- build/OneFuzz*.json
- build/*.props
- build/*.ps1
- build/*.targets
Expand Down
6 changes: 3 additions & 3 deletions build/DirectXTex-OneFuzz-Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
fetchTags: false
fetchDepth: 1
path: 's'
- checkout: vcpkgRepo
displayName: Fetch VCPKG
- checkout: testRepo
displayName: Fetch Tests
clean: true
fetchTags: false
fetchDepth: 1
path: 's/vcpkg'
path: 's/Tests'
- powershell: |
Write-Host "Job ID: $(job-ID), Build Date: $(build-date), Branch: $(branch)"
$SASUrl = [System.Uri]::new("$(sas-url)")
Expand Down

0 comments on commit 1502300

Please sign in to comment.