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

Commit 0842280

Browse files
Update azure-pipelines.yml
1 parent e3c3da1 commit 0842280

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,7 @@ jobs:
131131
- task: CmdLine@2
132132
displayName: 'Run Unit Tests'
133133
inputs:
134-
script: |
135-
UnitTestProject=`find . -name Xamarin.CommunityToolkit.UnitTests.csproj`
136-
echo $UnitTestProject
137-
dotnet test $UnitTestProject -c 'Release' --collect "Code coverage"'
134+
script: dotnet test ./src/CommunityToolkit/Xamarin.CommunityToolkit.UnitTests -c 'Release' --collect "Code coverage"'
138135
# publish the packages
139136
- task: PublishBuildArtifacts@1
140137
displayName: 'Publish Unsigned NuGets'

0 commit comments

Comments
 (0)