用xdt:Transform删除空格

时间:2019-01-31 12:26:53

标签: azure-pipelines azure-pipelines-release-pipeline

我试图在VSTS中进行变量替换,并使用xdt:Transform删除空格。这是我的配置文件中变量之前的部分

  <ipSecurity allowUnlisted="false" denyAction="NotFound">
    <add allowed="true" ipAddress="99.99.99.87"/>
    <add allowed="true" ipAddress="99.99.99.88"/>
    <add allowed="true" ipAddress=""/>
    <add allowed="true" ipAddress=""/>
  </ipSecurity>

这就是我最终的目的。为什么删除不起作用?是因为删除正在发生变量前替换而不是后发吗?

implementation 'com.google.maps.android:android-maps-utils:0.5'

如果我尝试(替换后)在https://webconfigtransformationtester.apphb.com/

上进行测试转换,则可以使用

0 个答案:

没有答案