Skip to content

Commit 095ddc2

Browse files
committed
Remove remnants of a workaround
1 parent 3c5a02c commit 095ddc2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

azure-pipelines/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ jobs:
200200
- ${{ if and(parameters.EnableDotNetFormatCheck, not(parameters.EnableLinuxBuild)) }}:
201201
- script: dotnet format --verify-no-changes --no-restore
202202
displayName: 💅 Verify formatted code
203-
env:
204-
dotnetformat: true # part of a workaround for https://github.com/dotnet/sdk/issues/44951
205203

206204
- ${{ if eq(variables['system.collectionId'], '011b8bdf-6d56-4f87-be0d-0092136884d9') }}:
207205
- template: microbuild.after.yml
@@ -244,8 +242,6 @@ jobs:
244242
- ${{ if parameters.EnableDotNetFormatCheck }}:
245243
- script: dotnet format --verify-no-changes --no-restore
246244
displayName: 💅 Verify formatted code
247-
env:
248-
dotnetformat: true # part of a workaround for https://github.com/dotnet/sdk/issues/44951
249245
- template: expand-template.yml
250246

251247
- ${{ if parameters.EnableMacOSBuild }}:

0 commit comments

Comments
 (0)