Enable CodeQL (#35)
This commit is contained in:
Родитель
02072d6c63
Коммит
0dd120b2cc
|
@ -2,6 +2,8 @@ variables:
|
|||
BuildParameters.RestoreBuildProjects: '**/*.csproj'
|
||||
BuildConfiguration: release
|
||||
BuildPlatform: anycpu
|
||||
Codeql.Enabled: true
|
||||
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
|
@ -41,5 +43,5 @@ jobs:
|
|||
- task: PublishBuildArtifacts@1
|
||||
displayName: 'Publish Artifacts'
|
||||
inputs:
|
||||
targetPath: '$(Build.ArtifactStagingDirectory)'
|
||||
targetPath: '$(Build.ArtifactStagingDirectory)'
|
||||
artifactName: 'website-thanks-data'
|
||||
|
|
Загрузка…
Ссылка в новой задаче