@ -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'
@ -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: