Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
10 changes: 10 additions & 0 deletions .config/tsaoptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"instanceUrl": "https://devdiv.visualstudio.com/",
"template": "TFSDEVDIV",
"projectName": "DEVDIV",
"areaPath": "DevDiv\\ASP.NET Core\\Policy Violations",
"iterationPath": "DevDiv",
"notificationAliases": [ "aspnetcore-build@microsoft.com" ],
"repositoryName": "aspire",
"codebaseName": "aspire"
}
3 changes: 3 additions & 0 deletions eng/PoliCheckExclusions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<PoliCheckExclusions>
Comment thread
danmoseley marked this conversation as resolved.

</PoliCheckExclusions>
2 changes: 2 additions & 0 deletions eng/pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
sdl:
policheck:
enabled: true
eslint:
enabled: false
justificationForDisabling: 'see https://portal.microsofticm.com/imp/v3/incidents/incident/482258316/summary'
Expand Down