Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Enable TSA/Policheck
  • Loading branch information
wtgodbe authored and github-actions committed Sep 27, 2024
commit e9e7be8f74c9fca6c56309c47a2a83c3a9f7eeb9
4 changes: 4 additions & 0 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ extends:
os: windows
spotBugs:
enabled: false
policheck:
enabled: true
tsa:
enabled: true
containers:
alpine319WithNode:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
Expand Down
Loading