提交 3d7e9323 编写于 作者: L Luke Kim

Filter build to binary

上级 ccf9a684
......@@ -55,7 +55,7 @@ jobs:
- task: CmdLine@2
displayName: 'Run make build'
inputs:
script: 'make build TARGETS=${{ parameters.targetOS }} ARCH=$(GOARCH)'
script: 'make build BINARIES=${{ parameters.binaryName }} TARGETS=${{ parameters.targetOS }} ARCH=$(GOARCH)'
workingDirectory: '$(modulePath)'
failOnStderr: true
- task: ArchiveFiles@2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册