We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15800cc commit a92b081Copy full SHA for a92b081
1 file changed
Build/blazor-state.yml
@@ -45,13 +45,13 @@ steps:
45
# sourceFolder: $(Build.SourcesDirectory)/source/BlazorState.Js/bin
46
# contents: \*
47
48
-- task: DotNetCoreCLI@2
49
- displayName: Run all Tests in the repo gather coverage data
50
- continueOnError: false
51
- inputs:
52
- command: test
+#- task: DotNetCoreCLI@2
+# displayName: Run all Tests in the repo gather coverage data
+# continueOnError: false
+# inputs:
+# command: test
53
# arguments: '-maxcpucount:1 /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:UseSourceLink=true /p:Include="[BlazorState]*"'
54
- projects: "**/*Tests/*.csproj"
+# projects: "**/*Tests/*.csproj"
55
56
#- task: reportgenerator@4
57
# displayName: ReportGenerator
0 commit comments