@@ -111,26 +111,26 @@ jobs:
111
111
# pwsh: true
112
112
# filePath: microsoftgraph-docs-powershell\scripts\RemoveBoilerPlateCode.ps1
113
113
114
- - task : PowerShell@2
115
- displayName : Pushing to github
116
- env :
117
- GITHUB_TOKEN : $(GITHUB_TOKEN)
118
- inputs :
119
- targetType : inline
120
- pwsh : true
121
- script : |
122
- git config --global user.email "[email protected] "
123
- git config --global user.name "Timothy Wamalwa"
124
- cd microsoftgraph-docs-powershell
125
- $date = Get-Date -Format "dd-MM-yyyy"
126
- $proposedBranch = "weekly_v2_docs_update_$date"
127
- git add .
128
- git commit -m "Updating help files $date"
129
- git push --set-upstream "https://$(GITHUB_TOKEN)@github.com/MicrosoftDocs/microsoftgraph-docs-powershell.git" $proposedBranch
130
- git status
114
+ # - task: PowerShell@2
115
+ # displayName: Pushing to github
116
+ # env:
117
+ # GITHUB_TOKEN: $(GITHUB_TOKEN)
118
+ # inputs:
119
+ # targetType: inline
120
+ # pwsh: true
121
+ # script: |
122
+ # git config --global user.email "[email protected] "
123
+ # git config --global user.name "Timothy Wamalwa"
124
+ # cd microsoftgraph-docs-powershell
125
+ # $date = Get-Date -Format "dd-MM-yyyy"
126
+ # $proposedBranch = "weekly_v2_docs_update_$date"
127
+ # git add .
128
+ # git commit -m "Updating help files $date"
129
+ # git push --set-upstream "https://$(GITHUB_TOKEN)@github.com/MicrosoftDocs/microsoftgraph-docs-powershell.git" $proposedBranch
130
+ # git status
131
131
132
- - template : common-templates/create-pr.yml
133
- parameters :
134
- BaseBranch : main
135
- Title : " Weekly PowerShell Microsoft Graph Reference Docs Refresh"
136
- Body : " This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR."
132
+ # - template: common-templates/create-pr.yml
133
+ # parameters:
134
+ # BaseBranch: main
135
+ # Title: "Weekly PowerShell Microsoft Graph Reference Docs Refresh"
136
+ # Body: "This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR."
0 commit comments