加入 Gitee
與超過 1200 萬 開發者一起發現、參與優秀開源項目,私有倉庫也完全免費 :)
免費加入
文件
克隆/下載
.azure-pipelines.BuildMatrix.yml 514 Bytes
一鍵複製 編輯 原始數據 按行查看 歷史
Nick Randolph 提交於 2023-07-20 17:14 . chore: Updates to fix canaries
jobs:
- job: Build
dependsOn: VS_Latest
pool:
vmImage: 'windows-2022'
strategy:
# matrix:
# Commerce:
# solutionPath: 'D:\a\1\s\reference\Commerce\Commerce.sln'
# NotChanged:
# solutionPath: 'D:\a\1\s\UI\AdvancedXBind\AdvancedXBind.sln'
matrix: $[ dependencies.VS_Latest.outputs['generateJson.samplesJson'] ]
variables:
- name: UseDotNetNativeToolchain
value: false
steps:
- template: build-samples.yml
parameters:
path: $(solutionPath)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化