We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5164aca commit 67df4ebCopy full SHA for 67df4eb
build.yaml
@@ -44,12 +44,12 @@ stages:
44
msbuildArguments: /restore /p:CreatePackage=true
45
maximumCpuCount: true
46
47
- - task: DotNetCoreCLI@2
48
- inputs:
49
- command: test
50
- projects: Tests/**/*.csproj
51
- arguments: -c $(BuildConfiguration) --no-build --no-restore --settings CodeCoverage.runsettings --collect:"XPlat Code Coverage"
52
- displayName: Run Unit Tests
+# - task: DotNetCoreCLI@2
+# inputs:
+# command: test
+# projects: Tests/**/*.csproj
+# arguments: -c $(BuildConfiguration) --no-build --no-restore --settings CodeCoverage.runsettings --collect:"XPlat Code Coverage"
+# displayName: Run Unit Tests
53
54
- task: DotNetCoreCLI@2
55
inputs:
0 commit comments