Skip to content

Commit

Permalink
[release/3.1] Move SDL validation to ringed release (#3201)
Browse files Browse the repository at this point in the history
* Move SDL validation to ringed release

* Move SDL validation to ringed release

* Add back variables

* fixup
  • Loading branch information
wtgodbe committed May 13, 2020
1 parent 7e81951 commit 2d6d07c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
18 changes: 0 additions & 18 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ variables:
- name: _InternalRuntimeDownloadArgs
value: ''

# used for post-build phases, internal builds only
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- group: DotNet-AspNet-SDLValidation-Params

# CI and PR triggers
trigger:
batch: true
Expand Down Expand Up @@ -354,17 +350,3 @@ stages:
# Symbol validation isn't being very reliable lately. This should be enabled back
# once this issue is resolved: https://github.com/dotnet/arcade/issues/2871
enableSymbolValidation: false
# This is to enable SDL runs part of Post-Build Validation Stage
SDLValidationParameters:
enable: true
continueOnError: false
params: ' -SourceToolsList @("policheck","credscan")
-TsaInstanceURL $(_TsaInstanceURL)
-TsaProjectName $(_TsaProjectName)
-TsaNotificationEmail $(_TsaNotificationEmail)
-TsaCodebaseAdmin $(_TsaCodebaseAdmin)
-TsaBugAreaPath $(_TsaBugAreaPath)
-TsaIterationPath $(_TsaIterationPath)
-TsaRepositoryName "Extensions"
-TsaCodebaseName "Extensions"
-TsaPublish $True'
11 changes: 11 additions & 0 deletions eng/sdl-tsa-vars.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-SourceToolsList @("policheck","credscan")
-TsaInstanceURL https://devdiv.visualstudio.com/
-TsaProjectName DEVDIV
-TsaNotificationEmail aspnetcore-build@microsoft.com
-TsaCodebaseAdmin REDMOND\kevinpi
-TsaBugAreaPath "DevDiv\ASP.NET Core"
-TsaIterationPath DevDiv
-TsaRepositoryName Extensions
-TsaCodebaseName Extensions
-TsaOnboard $True
-TsaPublish $True

0 comments on commit 2d6d07c

Please sign in to comment.