Skip to content

Instantly share code, notes, and snippets.

@RamblingCookieMonster
Created March 3, 2015 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RamblingCookieMonster/e1674d10c0729d9093f4 to your computer and use it in GitHub Desktop.
Save RamblingCookieMonster/e1674d10c0729d9093f4 to your computer and use it in GitHub Desktop.
zDSCBlog-appveyor.dsc.ps1
# This script will invoke a DSC configuration
# This is a simple proof of concept
"`n`tPerforming DSC Configuration`n"
. .\DSC\WebServer.ps1
( ContosoWebsite -COMPUTERNAME $ENV:COMPUTERNAME ).FullName |
Set-Content -Path .\Artifacts.txt
Start-DscConfiguration .\ContosoWebsite -Wait -Force -verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment