Browse Source

Remove dotnet-format check from workflow (it's now included in the tidy.py check)

pull/2308/head
Siegfried Pammer 4 years ago
parent
commit
95efbac8ff
  1. 3
      .github/workflows/build-ilspy.yml
  2. 3
      azure-pipelines.yml

3
.github/workflows/build-ilspy.yml

@ -76,9 +76,6 @@ jobs: @@ -76,9 +76,6 @@ jobs:
- name: Style - tab check
run: python BuildTools\tidy.py
- name: Style - dotnet-format check
run: dotnet-format --check --verbosity diagnostic ILSpy.sln
- name: Zip ILSpy Release
if: matrix.channel == 'zip'

3
azure-pipelines.yml

@ -94,9 +94,6 @@ jobs: @@ -94,9 +94,6 @@ jobs:
- script: python BuildTools\tidy.py
displayName: Tab check
- script: $(Agent.ToolsDirectory)\dotnet-format\dotnet-format --check --verbosity diagnostic ILSpy.sln
displayName: dotnet-format check
- task: CopyFiles@2
displayName: Move VSIX to publish directory
inputs:

Loading…
Cancel
Save