我有一个包含以下
的文件Parameters.xml<parameter name="Identity Suffix" description="Suffix of the identity services of the environment" tags="" >
<parameterEntry kind="TextFile" scope="\\web.config$" match="__IDENTITY_SUFFIX__"/>
<parameterValidation type="AllowEmpty" />
</parameter>
运行Build部署包后,输出文件不包含任何parameterValidation,我必须手动编辑该文件。如何解决这个问题?
答案 0 :(得分:4)
IIS支持两种方案:
<parameterValidation kind="AllowEmpty" />
<parameterValidation type="AllowEmpty" />
VS仅支持第一个