* Enable CodeQL for the repo
* Updating build images
This commit is contained in:
Vijay Ramakrishnan 2022-11-14 13:59:04 -08:00 коммит произвёл GitHub
Родитель 1eaed1d7ed
Коммит 4efec7cfdf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -14,6 +14,8 @@ variables:
- group: UpgradeAssistant_SDL_Settings
- name: DownloadLooseAssemblyIndex
value: true
- name: Codeql.Enabled
value: true
- name: net5ver
value: 5.0.x
- name: net6ver
@ -60,10 +62,10 @@ stages:
pool:
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
name: NetCore-Public
demands: ImageOverride -equals build.windows.amd64.vs2022.pre.open
demands: ImageOverride -equals windows.vs2022preview.amd64.open
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals build.windows.amd64.vs2022.pre
demands: ImageOverride -equals windows.vs2022preview.amd64
variables:
# Enable signing and publishing for internal, non-PR builds
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: