Skip to content

Commit 8213909

Browse files
committed
added step tp install mono
1 parent 0102e52 commit 8213909

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.azdo/pipelines/stages/release.yml

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

1212
stages:
13-
- stage: InstallMonoPrereq
14-
jobs:
15-
- job: InstallMonoAndRelease
16-
steps:
17-
- script: |
18-
sudo apt update
19-
sudo apt install -y mono-complete
20-
displayName: 'Install Mono on Ubuntu'
21-
2213
- stage: ${{ format('Signing_{0}', parameters.PackageArtifactName) }}
2314
displayName: 'Sign Code & Packages'
2415
dependsOn: Build

.azdo/pipelines/steps/package-push-internal.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ steps:
1313
}
1414
displayName: 'Ensure provided ArtifactPath exists'
1515

16+
- script: |
17+
sudo apt update
18+
sudo apt install -y mono-complete
19+
displayName: 'Install Mono on Ubuntu'
20+
1621
- task: NuGetCommand@2
1722
displayName: 'Publish ${{ parameters.PackageName }} package to DevOps Feed'
1823
inputs:

0 commit comments

Comments
 (0)