Skip to content

Commit 67df4eb

Browse files
committed
Update build.yaml for Azure Pipelines
1 parent 5164aca commit 67df4eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ stages:
4444
msbuildArguments: /restore /p:CreatePackage=true
4545
maximumCpuCount: true
4646

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
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
5353

5454
- task: DotNetCoreCLI@2
5555
inputs:

0 commit comments

Comments
 (0)