We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98839b commit ea51d79Copy full SHA for ea51d79
scripts/MsProdUpdate.ps1
@@ -233,7 +233,7 @@ function WebScrapping {
233
Foreach-Object { $_ -replace 'schema: 2.0.0', $MetaDataText } |
234
Out-File $File
235
}
236
-Set-Location ..\microsoftgraph-docs-powershell
+Set-Location microsoftgraph-docs-powershell
237
$date = Get-Date -Format "dd-MM-yyyy"
238
$proposedBranch = "weekly_update_help_files_msprodvaluesOne"+$date
239
$exists = git branch -l $proposedBranch
0 commit comments