Skip to content

Instantly share code, notes, and snippets.

@SteGriff
Created July 13, 2026 12:58
Show Gist options
  • Select an option

  • Save SteGriff/b8c89e48ee25bee94ab9fda039f37663 to your computer and use it in GitHub Desktop.

Select an option

Save SteGriff/b8c89e48ee25bee94ab9fda039f37663 to your computer and use it in GitHub Desktop.
DevOps Stage Parameters

DevOps stage parameters

When you're editing a Release in DevOps point-and-click Release designer, and you used the "IIS Deploy Template" or added an "IIS website deployment" stage/job, then:

If you want to turn an input field into a grey linked field, you can paste in a parameter name.

This one grabs the website name from the "IIS website deployment" stage header:

$(Parameters.WebsiteName)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment