培训
模块
使用 Azure Pipelines 测试 Bicep 代码 - Training
为 Bicep 基础结构即代码模板构建一个部署管道。 使用 Azure DevOps 和 Azure Pipelines 对 Bicep 代码进行 Lint 分析、验证、预览和测试。
ICE25 验证 .msi 文件是否满足其所有内部合并模块依赖项和排除项。 ICE 验证以下内容:
如果 .msi 文件以前已与不兼容的合并模块合并,或者它尚未与必要的合并模块合并,则 ICE25 会发布错误消息。
ICE25 会针对所示示例发出以下错误。
Dependency failure: Need ModuleX@0 v2.0
Module ModuleB@1033 v1.0 is excluded.
ModuleID | 语言 | 版本 |
---|---|---|
ModuleA | 0 | 1.0 |
ModuleB | 2052 | 1.0 |
ModuleID | ModuleLanguage | RequiredID | RequiredLanguage | RequiredVersion |
---|---|---|---|---|
ModuleA | 0 | ModuleX | 0 | 2.0 |
ModuleID | ModuleLanguage | ExcludedID | ExcludedLanguage | ExcludedMinVersion | ExcludedMaxVersion |
---|---|---|---|---|---|
ModuleA | 0 | ModuleB | 2052 |
培训
模块
使用 Azure Pipelines 测试 Bicep 代码 - Training
为 Bicep 基础结构即代码模板构建一个部署管道。 使用 Azure DevOps 和 Azure Pipelines 对 Bicep 代码进行 Lint 分析、验证、预览和测试。