Skip to content

Instantly share code, notes, and snippets.

@bcnzer
Last active September 26, 2016 09:11
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 bcnzer/8804574f3677875c73516c58c861e1f4 to your computer and use it in GitHub Desktop.
Save bcnzer/8804574f3677875c73516c58c861e1f4 to your computer and use it in GitHub Desktop.
Snippet from project.json showing how to add Views folder
"publishOptions": {
"include": [
"wwwroot",
"Views",
"web.config"
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment