@joebigelow / wix / commits / c3c01384

Force Appveyor to checkout using CRLF.

Sean Hall committed Mar 2, 2022 at 00:09 UTC c3c013843a82126f52f0247eed5667ae090712a1
1 file changed +3
appveyor.yml
+3
@@ -10,6 +10,9 @@ image: Visual Studio 2022
10 version: 0.0.0.{build}
11 configuration: Release
12
13 +init:
14 + - git config --global core.autocrlf true
15 +
16 environment:
17 DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
18 DOTNET_CLI_TELEMETRY_OPTOUT: 1