Skip to content

Commit

Permalink
No more pools for anyone
Browse files Browse the repository at this point in the history
  • Loading branch information
nturinski committed Jan 21, 2025
1 parent 0b21ccd commit b776061
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .azure-pipelines/1esmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ extends:
ignoreDirectories: $(Build.SourcesDirectory)/appservice/.vscode-test,$(Build.SourcesDirectory)/appsettings/.vscode-test,$(Build.SourcesDirectory)/auth/.vscode-test,$(Build.SourcesDirectory)/azure/.vscode-test,$(Build.SourcesDirectory)/dev/.vscode-test,$(Build.SourcesDirectory)/eslint-config-azuretools/.vscode-test,$(Build.SourcesDirectory)/github/.vscode-test,$(Build.SourcesDirectory)/serviceconnector/.vscode-test,$(Build.SourcesDirectory)/utils/.vscode-test
codeql:
excludePathPatterns: "**/.vscode-test, dist" # Exclude .vscode-test and dist directories from CodeQL alerting
pool:
name: VSEngSS-MicroBuild2022-1ES # Name of your hosted pool
image: server2022-microbuildVS2022-1es # Name of the image in your pool. If not specified, first image of the pool is used
os: windows # OS of the image. Allowed values: windows, linux, macOS
stages:
# Execute stages from the AzExt template
- template: ../azure-pipelines/1esstages.yml
Expand Down

0 comments on commit b776061

Please sign in to comment.