We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979e6ac commit 30c4eceCopy full SHA for 30c4ece
.codeql.yml
@@ -42,7 +42,7 @@ jobs:
42
- job: codeql
43
displayName: CodeQL
44
pool:
45
- name: NetCore1ESPool-Internal
+ name: NetCore1ESPool-Svc-Internal
46
demands: ImageOverride -equals windows.vs2019.amd64
47
timeoutInMinutes: 90
48
azure-pipelines.yml
@@ -28,10 +28,10 @@ jobs:
28
displayName: Build
29
30
${{ if eq(variables['System.TeamProject'], 'public') }}:
31
- name: NetCore-Public
+ name: NetCore-Svc-Public
32
demands: ImageOverride -equals windows.vs2019.amd64.open
33
${{ else }}:
34
35
36
timeoutInMinutes: 30
37
0 commit comments