@@ -53,37 +53,37 @@ jobs:
53
53
pwsh : true
54
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
- - task : PowerShell@2
73
- displayName : ' Update metadata header'
74
- continueOnError : false
75
- inputs :
76
- targetType : ' filePath'
77
- pwsh : true
78
- filePath : microsoftgraph-docs-powershell\scripts\MsProdUpdate.ps1
72
+ # - task: PowerShell@2
73
+ # displayName: 'Update metadata header'
74
+ # continueOnError: false
75
+ # inputs:
76
+ # targetType: 'filePath'
77
+ # pwsh: true
78
+ # filePath: microsoftgraph-docs-powershell\scripts\MsProdUpdate.ps1
79
79
80
- - task : PowerShell@2
81
- displayName : ' Update Links'
82
- continueOnError : false
83
- inputs :
84
- targetType : ' filePath'
85
- pwsh : true
86
- filePath : microsoftgraph-docs-powershell\scripts\UpdateLinks.ps1
80
+ # - task: PowerShell@2
81
+ # displayName: 'Update Links'
82
+ # continueOnError: false
83
+ # inputs:
84
+ # targetType: 'filePath'
85
+ # pwsh: true
86
+ # filePath: microsoftgraph-docs-powershell\scripts\UpdateLinks.ps1
87
87
88
88
- task : PowerShell@2
89
89
displayName : Pushing to github
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_$date "
100
+ $proposedBranch = "File_copy_test1 "
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