diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 5cd7baa67b4..e2696db1aa1 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -1,4 +1,4 @@ -# +# # See https://docs.microsoft.com/azure/devops/pipelines/yaml-schema for reference. # @@ -84,6 +84,11 @@ extends: name: NetCore1ESPool-Svc-Internal image: 1es-windows-2022 os: windows + policheck: + enabled: true + tsa: + enabled: true + configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa' sbom: enabled: false pool: diff --git a/eng/TSAConfig.gdntsa b/eng/TSAConfig.gdntsa index 5ab3f1d96d1..b0aa79142f7 100644 --- a/eng/TSAConfig.gdntsa +++ b/eng/TSAConfig.gdntsa @@ -1,17 +1,15 @@ -{ +{ "codebaseName": "Razor-Tooling-GitHub", "notificationAliases": [ "CoreRazorTooling@microsoft.com" ], "codebaseAdmins": [ - "REDMOND\\manishj", - "REDMOND\\vaagrawa" + "REDMOND\\jaredpar", + "REDMOND\\phillipa" ], "instanceUrl": "https://devdiv.visualstudio.com", "projectName": "DevDiv", - "areaPath": "DevDiv\\NET Developer Experience\\Productivity\\Razor Tooling", + "areaPath": "DevDiv\\NET Developer Experience\\Razor Tooling", "iterationPath": "DevDiv", - "tools": [ - "APIScan" - ] + "allTools": true } \ No newline at end of file