@@ -45,29 +45,29 @@ jobs:
45
45
projectFileName : $(projectFileName)
46
46
testType : ' Execution'
47
47
48
- # - task: PowerShell@2
49
- # displayName: 'Copy files from powershell sdk'
50
- # continueOnError: false
51
- # inputs:
52
- # targetType: 'filePath'
53
- # pwsh: true
54
- # filePath: microsoftgraph-docs-powershell\scripts\FileCopy.ps1
48
+ - task : PowerShell@2
49
+ displayName : ' Copy files from powershell sdk'
50
+ continueOnError : false
51
+ inputs :
52
+ targetType : ' filePath'
53
+ pwsh : true
54
+ filePath : microsoftgraph-docs-powershell\scripts\FileCopy.ps1
55
55
56
- # - task: PowerShell@2
57
- # displayName: 'Update Powershell Help'
58
- # continueOnError: false
59
- # inputs:
60
- # targetType: 'filePath'
61
- # pwsh: true
62
- # filePath: microsoftgraph-docs-powershell\microsoftgraph\UpdateHelp.ps1
56
+ - task : PowerShell@2
57
+ displayName : ' Update Powershell Help'
58
+ continueOnError : false
59
+ inputs :
60
+ targetType : ' filePath'
61
+ pwsh : true
62
+ filePath : microsoftgraph-docs-powershell\microsoftgraph\UpdateHelp.ps1
63
63
64
- # - task: PowerShell@2
65
- # displayName: 'Escape disallowed html tags'
66
- # continueOnError: false
67
- # inputs:
68
- # targetType: 'filePath'
69
- # pwsh: true
70
- # filePath: microsoftgraph-docs-powershell\microsoftgraph\EscapeDisallowedHtmlTags.ps1
64
+ - task : PowerShell@2
65
+ displayName : ' Escape disallowed html tags'
66
+ continueOnError : false
67
+ inputs :
68
+ targetType : ' filePath'
69
+ pwsh : true
70
+ filePath : microsoftgraph-docs-powershell\microsoftgraph\EscapeDisallowedHtmlTags.ps1
71
71
72
72
- task : PowerShell@2
73
73
displayName : ' Update metadata header'
97
97
git config --global user.name "Timothy Wamalwa"
98
98
cd microsoftgraph-docs-powershell
99
99
$date = Get-Date -Format "dd-MM-yyyy"
100
- $proposedBranch = "weekly_v2_docs_update_29-06-2023 "
100
+ $proposedBranch = "weekly_v2_docs_update_$date "
101
101
git add .
102
102
git commit -m "Updating help files "+$date
103
103
git push --set-upstream "https://$(GITHUB_TOKEN)@github.com/MicrosoftDocs/microsoftgraph-docs-powershell.git" $proposedBranch
0 commit comments