Skip to content

Commit 2c168c1

Browse files
committed
updated
1 parent 5809a13 commit 2c168c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.azdo/pipelines/stages/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ parameters:
1010
default: microsoft/azure-health-data-services-toolkit
1111

1212
stages:
13-
- stage: Release
13+
- stage: ReleaseAndInstallMono
14+
displayName: 'Install Mono on Ubuntu'
1415
jobs:
1516
- job: InstallMonoAndRelease
1617
steps:
1718
- script: |
1819
sudo apt update
1920
sudo apt install -y mono-complete
20-
displayName: 'Install Mono on Ubuntu'
21+
2122
- stage: ${{ format('Signing_{0}', parameters.PackageArtifactName) }}
2223
displayName: 'Sign Code & Packages'
2324
dependsOn: Build

0 commit comments

Comments
 (0)