提交 a56640b1 编写于 作者: L Luke Kim

Update azure-pipelines.yml for Azure Pipelines

上级 924e11b8
# 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
# actionscore/actions pipeline
trigger:
- master
......@@ -10,5 +7,14 @@ pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
\ No newline at end of file
- task: GoTool@0
inputs:
version: '1.10'
- task: Go@0
inputs:
command: 'get'
- task: Go@0
inputs:
command: 'build'
arguments: '-o actions'
workingDirectory: '$GOPATH/src/github.com/actionscore/actions/cmd/action'
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册