Skip to content

Commit e9d6ad8

Browse files
committed
Merging from main
2 parents a178f2e + df01859 commit e9d6ad8

File tree

8,141 files changed

+870746
-2075989
lines changed

Some content is hidden

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

8,141 files changed

+870746
-2075989
lines changed

.config/1espt/PipelineAutobaseliningConfig.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ pipelines:
1111
lastModifiedDate: 2024-09-13
1212
armory:
1313
lastModifiedDate: 2024-09-13
14+
binary:
15+
credscan:
16+
lastModifiedDate: 2025-09-03
17+
binskim:
18+
lastModifiedDate: 2025-09-03
19+
spotbugs:
20+
lastModifiedDate: 2025-09-03

.devcontainer/init.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ sudo apt-get install -y powershell
3131
# init env
3232
python -m pip install -U pip > /dev/null
3333
python scripts/dev_setup.py -p azure-core > /dev/null
34-
pip install tox==4.15.0 > /dev/null
35-
pip install wheel==0.43.0 > /dev/null
36-
pip install setuptools==78.1.0 > /dev/null
37-
pip install setuptools-scm==8.3.0 > /dev/null
34+
pip install -r eng/ci_tools.txt > /dev/null
35+

0 commit comments

Comments
 (0)