File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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 }} :
You can’t perform that action at this time.
0 commit comments