我正在用Azure DevOps构建一个DevOps应用程序,通过Cake使用GitVersion设置它的版本,然后构建它。它似乎从在GitVersion中创建的这个值中获得了版本号。我想要信息版本号填充我的部分名字。我使用的是设计器,但为了方便使用,下面是发布工件步骤的YAML文件:
#Your build pipeline references the ‘deployment.PPILDeployDirectory’ variable, which you’ve selected to be settable at queue time. Create or edit the build
我写了一个golang程序,它将规则附加到文件中,如下所述的所需格式:
customRules:
custom-rules.yaml: |-
- rule: Pod Created in Kube Namespace
append: true
condition: and (k8s_audit_never_true)
source: k8s_audit
- rule: Create files below dev
append: true
condition: and (never_true)
sour