Skip to content

Commit

Permalink
Create azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandrlevochkin committed Feb 13, 2024
1 parent 3eeabd7 commit e68d8a0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
trigger:
branches:
include:
- main
tags:
include:
- v1.*

pr: none

pool:
vmImage: 'windows-latest'

steps:
- checkout: self

- script: |
echo Hello
displayName: Print hello

0 comments on commit e68d8a0

Please sign in to comment.