代码拉取完成,页面将自动刷新
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。