Skip to content

Commit a816332

Browse files
authored
Merge branch 'main' into sahin52/Quick-search-does-not-retain-search-term
2 parents ffd85e7 + 99df9dd commit a816332

File tree

4,004 files changed

+351350
-141226
lines changed

Some content is hidden

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

4,004 files changed

+351350
-141226
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
2+
3+
pipelines:
4+
111:
5+
retail:
6+
source:
7+
credscan:
8+
lastModifiedDate: 2024-09-10
9+
eslint:
10+
lastModifiedDate: 2024-09-10
11+
psscriptanalyzer:
12+
lastModifiedDate: 2024-09-10
13+
armory:
14+
lastModifiedDate: 2024-09-10
15+
accessibilityinsights:
16+
lastModifiedDate: 2025-06-02
17+
binary:
18+
credscan:
19+
lastModifiedDate: 2025-02-04
20+
binskim:
21+
lastModifiedDate: 2025-02-04
22+
spotbugs:
23+
lastModifiedDate: 2025-02-04

.configurations/configuration.dsc.yaml renamed to .config/configuration.winget

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,33 @@ properties:
55
- resource: Microsoft.WinGet.DSC/WinGetPackage
66
directives:
77
description: Install Git
8-
allowPrerelease: true
8+
# Requires elevation for the set operation (i.e., for installing the package)
9+
securityContext: elevated
910
settings:
1011
id: Git.Git
1112
source: winget
1213
- resource: Microsoft.WinGet.DSC/WinGetPackage
1314
id: npm
1415
directives:
1516
description: Install NodeJS version 20
16-
allowPrerelease: true
17+
# Requires elevation for the set operation (i.e., for installing the package)
18+
securityContext: elevated
1719
settings:
1820
id: OpenJS.NodeJS.LTS
1921
version: "20.14.0"
2022
source: winget
2123
- resource: Microsoft.WinGet.DSC/WinGetPackage
2224
directives:
2325
description: Install Python 3.10
24-
allowPrerelease: true
2526
settings:
2627
id: Python.Python.3.10
2728
source: winget
2829
- resource: Microsoft.WinGet.DSC/WinGetPackage
2930
id: vsPackage
3031
directives:
3132
description: Install Visual Studio 2022 (any edition is OK)
32-
allowPrerelease: true
33+
# Requires elevation for the set operation (i.e., for installing the package)
34+
securityContext: elevated
3335
settings:
3436
id: Microsoft.VisualStudio.2022.BuildTools
3537
source: winget
@@ -38,6 +40,8 @@ properties:
3840
- vsPackage
3941
directives:
4042
description: Install required VS workloads
43+
# Requires elevation for the get and set operations
44+
securityContext: elevated
4145
allowPrerelease: true
4246
settings:
4347
productId: Microsoft.VisualStudio.Product.BuildTools

0 commit comments

Comments
 (0)