Browse Source

add core.autocrlf true to azure build.

pull/2134/head
Siegfried Pammer 5 years ago
parent
commit
099e45f4b3
  1. 4
      azure-pipelines.yml

4
azure-pipelines.yml

@ -34,10 +34,12 @@ jobs: @@ -34,10 +34,12 @@ jobs:
Solution: ILSpy.WithPackage.sln
steps:
# force git to use crlf: otherwise dotnet-format --check fails
- powershell: git config --global core.autocrlf true
- checkout: self
submodules: recursive
- task: UseDotNet@2
displayName: 'Install .NET Core 3.1'
inputs:

Loading…
Cancel
Save