Skip to content

Commit 746d3a2

Browse files
committed
fixed the alignement
1 parent 2c168c1 commit 746d3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azdo/pipelines/stages/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ parameters:
1111

1212
stages:
1313
- stage: ReleaseAndInstallMono
14-
displayName: 'Install Mono on Ubuntu'
1514
jobs:
1615
- job: InstallMonoAndRelease
1716
steps:
1817
- script: |
1918
sudo apt update
2019
sudo apt install -y mono-complete
20+
displayName: 'Install Mono on Ubuntu'
2121
2222
- stage: ${{ format('Signing_{0}', parameters.PackageArtifactName) }}
2323
displayName: 'Sign Code & Packages'

0 commit comments

Comments
 (0)