Skip to content

Instantly share code, notes, and snippets.

@TexRx
Forked from marcind/gist:9512656
Created March 13, 2014 00:56
Show Gist options
  • Save TexRx/9519921 to your computer and use it in GitHub Desktop.
Save TexRx/9519921 to your computer and use it in GitHub Desktop.
# Execute this in Nuget powershell console
get-project -all | %{ $_.Properties | ?{ $_.Name -eq "WebApplication.StartWebServerOnDebug"} | %{ $_.Value = $False } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment