Skip to content

Commit 15f97af

Browse files
committed
Fix ms.update-cycle configuration
1 parent 78459b4 commit 15f97af

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

dsc/docfx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@
6262
"dsc-3.0/PSDesiredStateConfiguration/About/*.md": "concept-article"
6363
},
6464
"ms.update-cycle": {
65+
"docs-conceptual/dsc-1.1/**": "3650-days",
66+
"docs-conceptual/dsc-2.0/**": "3650-days",
6567
"dsc-1.1/**": "3650-days",
66-
"dsc-2.0/**": "1825-days"
68+
"dsc-2.0/**": "3650-days"
6769
}
6870
},
6971
"globalMetadata": {
@@ -86,6 +88,7 @@
8688
"ms.author": "mlombardi",
8789
"ms.devlang": "powershell",
8890
"ms.service": "powershell",
91+
"ms.update-cycle": "365-days",
8992
"searchScope": [
9093
"PowerShell"
9194
],

0 commit comments

Comments
 (0)