Skip to content

Commit aaf6bd9

Browse files
committed
added Install Mono on Ubuntu step
1 parent 71654de commit aaf6bd9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.azdo/pipelines/stages/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ parameters:
99
- name: RepositoryName
1010
default: microsoft/azure-health-data-services-toolkit
1111

12+
steps:
13+
- script: |
14+
sudo apt update
15+
sudo apt install -y mono-complete
16+
displayName: 'Install Mono on Ubuntu'
17+
1218
stages:
1319
- stage: ${{ format('Signing_{0}', parameters.PackageArtifactName) }}
1420
displayName: 'Sign Code & Packages'

0 commit comments

Comments
 (0)