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

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Mar 14, 2021
1 parent af4e8db commit d7b2842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ jobs:
mono "`find ~/.nuget/packages | grep net461 | grep xunit.console.exe | grep -v config`" "`find . -name Xamarin.CommunityToolkit.UnitTests.dll | grep bin | grep 461`"
echo "***** Running Unit Tests on .NET Core *****"
echo temp
dotnet test $(PathToUnitTestCsproj) /p:Configuration=Release /p:Platform="macOS"
- task: CmdLine@2
displayName: 'Pack NuGets'
Expand Down

0 comments on commit d7b2842

Please sign in to comment.