Let's go
Eigenes Projekt erstellen
Wir erstellen unser eigenes Projekt:
1. Öffnet dev.azure.com
2. Login mit dem ORAYLIS Account
3. Klickt New Organisation
4. Terms and Condition -> Continue
5. Vergebt einen Organisationsnamen
6. In Europe.
7. Solve the Captcha
8. Vergebt einen Projektnamen Schulung
9. Klickt + Create project
10. Klickt auf Repos dann Initialize
Pipeline Erstellen
- Klickt auf Pipelines
- Create Pipeline
- Wählt Azure Repos Git
- Wählt Schulung
- Wählt Starter Pipeline
- Ändert den Namen in build.yml
- Save and Run
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- main
pool:
vmImage: ubuntu-latest
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
Ergebnis des Pipeline-Laufs
Pipeline umbenennen
Damit wir der Pipeline den Namen Build geben können, geht bitte wie folgt vor:
1. Wählt das ⁝ Menü
2. Wählt im Menü Rename/move
3. Ändert den namen in Build