-1

我在 Azure 中创建了一个业务中心容器,使用

az container create `
    --resource-group 'RG-Container' `
    --name 'democontainer’ `
    --image mcr.microsoft.com/businesscentral/sandbox:13.1.25940.26323 `
    --dns-name-label $'democontainer’ `
    --port 80

安装后,我现在如何添加/安装 testtoolkit ?我没有看到有 -testtoolkit 变量?

4

1 回答 1

0

你只需要添加

-includeTestToolkit
于 2021-02-16T09:29:26.500 回答