Created
September 19, 2021 03:14
-
-
Save dsolovay/23f59978cf91be3813c1f1646b1300f4 to your computer and use it in GitHub Desktop.
Simple WebDeploy parameter configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<parameters> | |
<parameter name="Application Ribbon Home Label" | |
description="Label that appears in ribbon" | |
defaultvalue="Application name" > | |
<parameterEntry kind="TextFile" scope="_Layout.cshtml" match="Application name" /> | |
</parameter> | |
</parameters> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment