|
|
@ -64,7 +64,7 @@ jobs: |
|
|
|
paths: "test-results/${{ matrix.configuration }}.xml" |
|
|
|
paths: "test-results/${{ matrix.configuration }}.xml" |
|
|
|
|
|
|
|
|
|
|
|
- name: Format check |
|
|
|
- name: Format check |
|
|
|
run: dotnet format whitespace --verify-no-changes --verbosity detailed |
|
|
|
run: dotnet format whitespace --verify-no-changes --verbosity detailed ILSpy.sln |
|
|
|
|
|
|
|
|
|
|
|
- name: Verify package contents |
|
|
|
- name: Verify package contents |
|
|
|
if: matrix.configuration == 'debug' |
|
|
|
if: matrix.configuration == 'debug' |
|
|
|