Skip to content

Commit 75a556d

Browse files
committed
Testing pipeline
1 parent cba6d98 commit 75a556d

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

azure-pipelines/powershell-docs.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -111,26 +111,26 @@ jobs:
111111
# pwsh: true
112112
# filePath: microsoftgraph-docs-powershell\scripts\RemoveBoilerPlateCode.ps1
113113

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
131131

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

Comments
 (0)