Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up CI with Azure Pipelines #112

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update azure-pipelines-1.yml for Azure Pipelines
  • Loading branch information
kjurkiew committed Mar 9, 2025
commit 6735c0cd4c8fe31ebeaa7971799dae94e870d463
2 changes: 2 additions & 0 deletions azure-pipelines-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
trigger:
- main


pool:
vmImage: ubuntu-latest
name: 'default'

steps:
- script: echo Hello, world!
Expand Down