Skip to content

Commit

Permalink
Add debug agent info (#11347)
Browse files Browse the repository at this point in the history
* Add macOS debug info

* Fix variable
  • Loading branch information
rmarinho authored Nov 15, 2022
1 parent 5302c47 commit a68203c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/common/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ steps:
displayName: 'Install the macOS certificate'
inputs:
certSecureFile: 'Components Mac Certificate.p12'
- template: sdk-unified/steps/mac-agent-info/v1.yml@xamarin-templates

# Prepare Windows
- ${{ if eq(parameters.platform, 'windows') }}:
Expand Down
6 changes: 6 additions & 0 deletions eng/pipelines/handlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ stages:
displayName: Publish Artifacts (${{ BuildPlatform.artifact }})
inputs:
ArtifactName: ${{ BuildPlatform.artifact }}
- ${{ if eq(BuildPlatform.name, 'macos') }}:
- template: sdk-unified/steps/mac-agent-info/v1.yml@xamarin-templates

- stage: pack_net6
displayName: Pack .NET MAUI
Expand All @@ -200,6 +202,8 @@ stages:
poolName: ${{ PackPlatform.poolName }}
provisionatorChannel: ${{ parameters.provisionatorChannel }}
artifact: ${{ PackPlatform.artifact }}
- ${{ if eq(PackPlatform.name, 'macos') }}:
- template: sdk-unified/steps/mac-agent-info/v1.yml@xamarin-templates

- stage: samples_net6
displayName: Build .NET MAUI Samples
Expand Down Expand Up @@ -306,6 +310,8 @@ stages:
displayName: publish artifacts
inputs:
ArtifactName: ${{ BuildPlatform.artifact }}
- ${{ if eq(BuildPlatform.name, 'macos') }}:
- template: sdk-unified/steps/mac-agent-info/v1.yml@xamarin-templates

- template: common/security-compliance.yml

Expand Down

0 comments on commit a68203c

Please sign in to comment.