Skip to content

Commit

Permalink
[CI] Fix mac tests provisioning. (#11329)
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
  • Loading branch information
1 parent 860f68f commit 52639b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/devops/automation/templates/mac/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ steps:
ls -Rla $(Build.SourcesDirectory)/artifacts
$(Build.SourcesDirectory)/artifacts/mac-test-package/test-dependencies.sh
displayName: Install dependencies.
env:
IGNORE_DOTNET: 1 # Not needed for the tests.

- pwsh: |
Import-Module $Env:SYSTEM_DEFAULTWORKINGDIRECTORY\xamarin-macios\tools\devops\automation\scripts\GitHub.psm1
Expand Down

1 comment on commit 52639b7

@vs-mobiletools-engineering-service2
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on Build (no summary found). 🔥

Result file $(TEST_SUMMARY_PATH) not found.

Pipeline on Agent
[CI] Fix mac tests provisioning. (#11329)

Please sign in to comment.