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 af4e8db commit d7b2842Copy full SHA for d7b2842
azure-pipelines.yml
@@ -211,6 +211,7 @@ jobs:
211
mono "`find ~/.nuget/packages | grep net461 | grep xunit.console.exe | grep -v config`" "`find . -name Xamarin.CommunityToolkit.UnitTests.dll | grep bin | grep 461`"
212
213
echo "***** Running Unit Tests on .NET Core *****"
214
+ echo temp
215
dotnet test $(PathToUnitTestCsproj) /p:Configuration=Release /p:Platform="macOS"
216
- task: CmdLine@2
217
displayName: 'Pack NuGets'
0 commit comments