diff --git a/Directory.Packages.props b/Directory.Packages.props index fdea2a2d..92fae5ef 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -39,7 +39,8 @@ - + + diff --git a/azure-pipelines/build.yml b/azure-pipelines/build.yml index 2f83acc1..0a0b87f7 100644 --- a/azure-pipelines/build.yml +++ b/azure-pipelines/build.yml @@ -47,8 +47,10 @@ jobs: parameters: RunTests: ${{ parameters.RunTests }} osRID: linux - - script: dotnet format --verify-no-changes --no-restore + - script: dotnet format --verify-no-changes displayName: 💅 Verify formatted code + env: + dotnetformat: true - template: node.yml - template: collect-artifacts.yml parameters: