0

我有以下 powershell 命令:

  az container create -g $resourceGroup -n $containerName --image $imageName --os-type Windows --cpu 2 
     --memory 8 --ip-address public -e artifactUrl=$artifactUrl ACCEPT_EULA=Y USESSL=N 
      LICENSEFILE=C:\mylicence.flf ClickOnce=Y publicDnsName=$dnsName --dns-name-label $containerName 
     -- ports 80 7046 7047 7048 7049 8080

所有变量都设置正确。但是 ii 如何包含该命令的 TestToolKit,它有吗,我尝试使用 --includetesttoolkit,没有运气?

4

0 回答 0