Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch live

This commit is contained in:
saldana
2017-04-24 16:18:03 +00:00
parent d92bd6f286
commit 6dc5e5ff46
2 changed files with 91 additions and 23 deletions

View File

@ -0,0 +1,37 @@
{
"build": {
"content": [
{
"files": [
"**/*.md"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg"
],
"exclude": [
"**/obj/**",
"**/includes/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {},
"fileMetadata": {},
"template": [],
"dest": "win-access-protection"
}
}