adding initial build-master.yml
This commit is contained in:
Родитель
2cf3068785
Коммит
1ff8798f3a
|
@ -0,0 +1,14 @@
|
||||||
|
trigger:
|
||||||
|
- master
|
||||||
|
|
||||||
|
pool:
|
||||||
|
vmImage: 'macos-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'
|
Загрузка…
Ссылка в новой задаче