Skip to content

Commit a92b081

Browse files
committed
Update blazor-state.yml for Azure Pipelines
1 parent 15800cc commit a92b081

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Build/blazor-state.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ steps:
4545
# sourceFolder: $(Build.SourcesDirectory)/source/BlazorState.Js/bin
4646
# contents: \*
4747

48-
- task: DotNetCoreCLI@2
49-
displayName: Run all Tests in the repo gather coverage data
50-
continueOnError: false
51-
inputs:
52-
command: test
48+
#- task: DotNetCoreCLI@2
49+
# displayName: Run all Tests in the repo gather coverage data
50+
# continueOnError: false
51+
# inputs:
52+
# command: test
5353
# arguments: '-maxcpucount:1 /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:UseSourceLink=true /p:Include="[BlazorState]*"'
54-
projects: "**/*Tests/*.csproj"
54+
# projects: "**/*Tests/*.csproj"
5555

5656
#- task: reportgenerator@4
5757
# displayName: ReportGenerator

0 commit comments

Comments
 (0)