Skip to content

Commit

Permalink
Fix TSA name (microsoft#191)
Browse files Browse the repository at this point in the history
Using a custom name will allow to identify the real source of the issues that are filed
  • Loading branch information
sebastienros authored May 22, 2020
1 parent 7b01b87 commit f405d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ stages:
-TsaCodebaseAdmin $(_TsaCodebaseAdmin)
-TsaBugAreaPath $(_TsaBugAreaPath)
-TsaIterationPath $(_TsaIterationPath)
-TsaRepositoryName "Tye"
-TsaCodebaseName "Tye"
-TsaRepositoryName "ReverseProxy"
-TsaCodebaseName "ReverseProxy"
-TsaPublish $True
-PoliCheckAdditionalRunConfigParams @("UserExclusionPath < $(Build.SourcesDirectory)/eng/PoliCheckExclusions.xml")'

0 comments on commit f405d68

Please sign in to comment.