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:
Solution: ILSpy.WithPackage.sln Solution: ILSpy.WithPackage.sln
steps: steps:
# force git to use crlf: otherwise dotnet-format --check fails
- powershell: git config --global core.autocrlf true
- checkout: self - checkout: self
submodules: recursive submodules: recursive
- task: UseDotNet@2 - task: UseDotNet@2
displayName: 'Install .NET Core 3.1' displayName: 'Install .NET Core 3.1'
inputs: inputs:

Loading…
Cancel
Save