diff --git a/adt_pull_request.yml b/azure_pull_request.yml similarity index 93% rename from adt_pull_request.yml rename to azure_pull_request.yml index fef1f10..c607e23 100644 --- a/adt_pull_request.yml +++ b/azure_pull_request.yml @@ -19,11 +19,6 @@ steps: sonar.cs.vscoveragexml.reportsPaths=**/coverage.opencover.xml sonar.cs.vstest.reportsPaths=$(Agent.TempDirectory)/*.trx -- task: CmdLine@2 - inputs: - script: dotnet restore - displayName: 'Run dotnet restore' - - task: CmdLine@2 inputs: script: dotnet build --no-incremental