Skip to content

Instantly share code, notes, and snippets.

@asizikov
Created September 22, 2015 19:13
Show Gist options
  • Save asizikov/10d31e3b190452cb524a to your computer and use it in GitHub Desktop.
Save asizikov/10d31e3b190452cb524a to your computer and use it in GitHub Desktop.
$configFilePath = "C:\your\path\to\config.Release.config"
$octopusProject = "octopus-project-name"
$apiKey = "key"
$environments = @("Dev","Test","Production")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment