Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .azure-pipelines/.vsts.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ extends:
baselineFile: $(Build.SourcesDirectory)/.gdn/.gdnbaselines
sourceAnalysisPool:
name: 1ES-ABTT-Shared-Pool
image: abtt-windows-2022
image: abtt-windows-2025
os: windows
sourceRepositoriesToScan:
exclude:
Expand All @@ -119,7 +119,7 @@ extends:
timeoutInMinutes: 1440 # AntiMalware takes 3 hours to scan tasks.zip
pool:
name: 1ES-ABTT-Shared-Pool
image: abtt-windows-2022
image: abtt-windows-2025
os: windows
templateContext:
outputs:
Expand All @@ -146,7 +146,7 @@ extends:
timeoutInMinutes: 540
pool:
name: 1ES-ABTT-Shared-Pool
image: abtt-windows-2022
image: abtt-windows-2025
os: windows
dependsOn:
- build_all_windows
Expand Down Expand Up @@ -185,7 +185,7 @@ extends:
timeoutInMinutes: 60
pool:
name: 1ES-ABTT-Shared-Pool
image: abtt-windows-2022
image: abtt-windows-2025
os: windows
dependsOn:
- courtesy_push
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extends:
baselineFile: $(Build.SourcesDirectory)/.gdn/.gdnbaselines
sourceAnalysisPool:
name: 1ES-ABTT-Shared-Pool
image: abtt-windows-2022
image: abtt-windows-2025
os: windows
sourceRepositoriesToScan:
exclude:
Expand All @@ -68,7 +68,7 @@ extends:
timeoutInMinutes: 1440 # AntiMalware takes 3 hours to scan tasks.zip
pool:
name: 1ES-ABTT-Shared-Pool
image: abtt-windows-2022
image: abtt-windows-2025
os: windows
templateContext:
outputs:
Expand All @@ -95,7 +95,7 @@ extends:
timeoutInMinutes: 360
pool:
name: 1ES-ABTT-Shared-Pool
image: abtt-ubuntu-2204
image: abtt-ubuntu-2404
os: linux
steps:
- template: /ci/build-all-steps.yml@self
Expand Down
2 changes: 1 addition & 1 deletion ci/set-sprint-variables.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Determine current sprint.
$currentSprint = (Invoke-WebRequest https://whatsprintis.it -Headers @{"Accept" = "application/json" } | ConvertFrom-Json)
$currentSprint = (Invoke-WebRequest https://whatsprintis.it -UseBasicParsing -Headers @{"Accept" = "application/json" } | ConvertFrom-Json)

$sprint = $currentSprint.sprint
$week = $currentSprint.week
Expand Down