Skip to content

Commit 678797c

Browse files
authored
[EngSys] Update agent pool to "azsdk-pool" (#3104)
1 parent 8347422 commit 678797c

7 files changed

Lines changed: 573 additions & 545 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@autorest/python"
5+
- "@azure-tools/typespec-python"
6+
---
7+
8+
Fix CI to use windows

.gitattributes

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# These files are text and should be normalized (convert crlf => lf)
2-
*.cs text diff=csharp
3-
*.py text
4-
*.json text
5-
*.md text
6-
*.iced text
7-
*.csproj text
1+
# Default: auto-detect text files and force LF line endings
2+
* text=auto eol=lf
83

9-
# Use unix line endings always, even on Windows
10-
* text=auto eol=lf
4+
# Specific text files (these will inherit eol=lf from above)
5+
*.cs text diff=csharp
6+
*.py text
7+
*.json text
8+
*.md text
9+
*.iced text
10+
*.csproj text

0 commit comments

Comments
 (0)