Skip to content

Commit

Permalink
✅ fix testing line-ends
Browse files Browse the repository at this point in the history
  • Loading branch information
rsking committed Oct 21, 2024
1 parent 94ef6e2 commit efdaf35
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tests/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set TXT files to CRLF to ensure consistent encoding
*.txt text=crlf
# Set TXT files to LF to ensure consistent encoding
*.txt text=lf

# Set LMZA files to be binary
*.lzma binary
Binary file modified src/Tests/lorem-ipsum.lzma
Binary file not shown.
17 changes: 17 additions & 0 deletions src/testEnvironments.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": "1",
"environments": [
// See https://aka.ms/remotetesting for more details
// about how to configure remote environments.
{
"name": "WSL Ubuntu",
"type": "wsl",
"wslDistribution": "Ubuntu-24.04"
},
{
"name": "Docker dotnet/sdk",
"type": "docker",
"dockerImage": "mcr.microsoft.com/dotnet/sdk"
}
]
}

0 comments on commit efdaf35

Please sign in to comment.