We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5809a13 commit 2c168c1Copy full SHA for 2c168c1
.azdo/pipelines/stages/release.yml
@@ -10,14 +10,15 @@ parameters:
10
default: microsoft/azure-health-data-services-toolkit
11
12
stages:
13
- - stage: Release
+ - stage: ReleaseAndInstallMono
14
+ displayName: 'Install Mono on Ubuntu'
15
jobs:
16
- job: InstallMonoAndRelease
17
steps:
18
- script: |
19
sudo apt update
20
sudo apt install -y mono-complete
- displayName: 'Install Mono on Ubuntu'
21
+
22
- stage: ${{ format('Signing_{0}', parameters.PackageArtifactName) }}
23
displayName: 'Sign Code & Packages'
24
dependsOn: Build
0 commit comments