Skip to content

Commit 5809a13

Browse files
committed
fixed the orientation
1 parent c5a7a57 commit 5809a13

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.azdo/pipelines/stages/release.yml

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

1212
stages:
13-
- stage: BuildAndRelease
13+
- stage: Release
1414
jobs:
15-
- job: BuildJob
16-
steps:
17-
- script: |
18-
sudo apt update
19-
sudo apt install -y mono-complete
20-
displayName: 'Install Mono on Ubuntu'
15+
- job: InstallMonoAndRelease
16+
steps:
17+
- script: |
18+
sudo apt update
19+
sudo apt install -y mono-complete
20+
displayName: 'Install Mono on Ubuntu'
2121
- stage: ${{ format('Signing_{0}', parameters.PackageArtifactName) }}
2222
displayName: 'Sign Code & Packages'
2323
dependsOn: Build

0 commit comments

Comments
 (0)