我正在尝试在部署webapp时跳过子文件夹和某些文件类型。我尝试了下面的
Test.deploy.cmd /T /M:test.noreply.com /
P:a /G:False "-skip:Directory="Config\\Testdata\\Resx" -skip:filePath,absolutePath="Config\\Testdata\\*.xml""
上述因某些原因无效,我错过了什么?
答案 0 :(得分:1)
我认为以下对我有用
-skip:file="Config\\Testdata\\.*\.xml"