1 Star 0 Fork 0

idrm-iot/iot-edge-v1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
traceability.yml 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Build the traceability tool
trigger: none
pr: none
pool:
vmImage: vs2017-win2016
steps:
- checkout: none
- task: NuGetToolInstaller@0
displayName: Install NuGet
inputs:
versionSpec: '4.x'
- script: |
git clone ^
--branch lts_01_2019 ^
--depth 1 https://github.com/Azure/azure-iot-sdk-c.git
displayName: Get traceability tool sources
- task: VSBuild@1
displayName: Build it
inputs:
solution: azure-iot-sdk-c\tools\traceabilitytool\traceabilitytool.sln
msbuildArgs: /m
configuration: Release
clean: true
- task: PublishBuildArtifacts@1
displayName: Publish it
inputs:
PathtoPublish: azure-iot-sdk-c/tools/traceabilitytool/traceability_tool/bin/Release
ArtifactName: traceability
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/idrm-iot/iot-edge-v1.git
git@gitee.com:idrm-iot/iot-edge-v1.git
idrm-iot
iot-edge-v1
iot-edge-v1
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385