Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit b8714b5

Browse files
Revert "Update azure-pipelines.yml"
This reverts commit 4eb36f4.
1 parent 4eb36f4 commit b8714b5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,10 @@ jobs:
129129
# command: 'custom'
130130
# custom: 'nuget'
131131
# arguments: 'push --source https://nuget.pkg.github.com/xamarin/index.json --api-key $(GitHub.NuGet.Token) "$(Build.ArtifactStagingDirectory)\nuget\*.nupkg"'
132-
- task: DotNetCoreCLI@2
133-
displayName: Run Tests
132+
- task: CmdLine@2
133+
displayName: 'Run Unit Tests'
134134
inputs:
135-
command: test
136-
projects: '**/*.UnitTests.csproj'
137-
arguments: '--configuration Release --collect "Code coverage'
135+
script: dotnet test $(PathToUnitTestCsproj) -c 'Release' --collect "Code coverage"
138136
# publish the packages
139137
- task: PublishBuildArtifacts@1
140138
displayName: 'Publish Unsigned NuGets'

0 commit comments

Comments
 (0)