Skip to content

Instantly share code, notes, and snippets.

@dsolovay
Created September 19, 2021 03:14
Show Gist options
  • Save dsolovay/23f59978cf91be3813c1f1646b1300f4 to your computer and use it in GitHub Desktop.
Save dsolovay/23f59978cf91be3813c1f1646b1300f4 to your computer and use it in GitHub Desktop.
Simple WebDeploy parameter configuration
<?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