Skip to content

Commit cf11bb5

Browse files
authored
Merge pull request #13944 from microsoft/seanmcm/1_27_7_release
Merge for 1.27.7
2 parents ff2fb7e + 777af10 commit cf11bb5

File tree

88 files changed

+1351
-298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+1351
-298
lines changed

.github/actions/package-lock.json

Lines changed: 184 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@octokit/rest": "^21.1.1",
1616
"@slack/web-api": "^6.9.1",
1717
"applicationinsights": "^2.5.1",
18-
"axios": "^1.8.2",
18+
"axios": "^1.12.1",
1919
"uuid": "^8.3.2"
2020
},
2121
"devDependencies": {

Build/cg/cg.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ trigger:
44
include:
55
- main
66
- release
7+
- insiders
78

89
schedules:
910
- cron: 30 5 * * 0
@@ -30,13 +31,15 @@ extends:
3031
parameters:
3132
pool:
3233
name: AzurePipelines-EO
33-
image: AzurePipelinesWindows2022compliantGPT
34+
image: 1ESPT-Windows2022
3435
os: windows
3536
sdl:
3637
sourceAnalysisPool:
3738
name: AzurePipelines-EO
38-
image: AzurePipelinesWindows2022compliantGPT
39+
image: 1ESPT-Windows2022
3940
os: windows
41+
binskim:
42+
preReleaseVersion: '4.3.1'
4043
tsa:
4144
enabled: true
4245
config:
@@ -109,4 +112,4 @@ extends:
109112
displayName: Uninstall vsce
110113
inputs:
111114
command: uninstall
112-
arguments: --global @vscode/vsce
115+
arguments: --global @vscode/vsce

Build/loc/TranslationsImportExport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ extends:
3030
parameters:
3131
pool:
3232
name: AzurePipelines-EO
33-
image: AzurePipelinesWindows2022compliantGPT
33+
image: 1ESPT-Windows2022
3434
os: windows
3535
sdl:
3636
sourceAnalysisPool:
3737
name: AzurePipelines-EO
38-
image: AzurePipelinesWindows2022compliantGPT
38+
image: 1ESPT-Windows2022
3939
os: windows
4040
stages:
4141
- stage: stage

Build/package/cpptools_extension_pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ extends:
2424
parameters:
2525
pool:
2626
name: AzurePipelines-EO
27-
image: AzurePipelinesWindows2022compliantGPT
27+
image: 1ESPT-Windows2022
2828
os: windows
2929
sdl:
3030
sourceAnalysisPool:
3131
name: AzurePipelines-EO
32-
image: AzurePipelinesWindows2022compliantGPT
32+
image: 1ESPT-Windows2022
3333
os: windows
3434

3535
stages:

0 commit comments

Comments
 (0)