Skip to content

Commit a317e63

Browse files
greathongtuHongtu Zhang (FA Talent)
and
Hongtu Zhang (FA Talent)
authored
Change sync alias.yml (#20899)
* Set up first CI try with Azure Pipelines description here! [skip ci] * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * commit me * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * remove test yml * rectify_git_url --------- Co-authored-by: Hongtu Zhang (FA Talent) <v-hongtzhang@microsoft.com>
1 parent 2577567 commit a317e63

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.azure-pipelines/sync-aliases.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,17 @@ jobs:
1414
./tools/Github/ParseWiki2Json.ps1 -ADOToken $(ADOToken)
1515
displayName: Update fabricbot.json file locally
1616
17-
- task: PowerShell@2
18-
displayName: Git commit and push
19-
inputs:
20-
targetType: inline
21-
script: |
22-
git config --global user.email "65331932+azure-powershell-bot@users.noreply.github.com"
23-
git config --global user.name "azure-powershell-bot"
24-
git checkout -b "internal/sync-fabricbot-json"
17+
- pwsh: |
18+
git config --global user.email "65331932+azure-powershell-bot@users.noreply.github.com"
19+
git config --global user.name "azure-powershell-bot"
20+
git checkout -b "internal/sync-fabricbot-json"
2521
26-
git add .
27-
git commit -m "Sync fabricbot.json"
22+
git add .
23+
git commit -m "Sync fabricbot.json"
2824
29-
git remote set-url origin https://$(BotAccessToken)@github.com/Azure/azure-powershell.git;
30-
git push origin internal/sync-fabricbot-json --force
25+
git remote set-url origin https://azure-powershell-bot:$(BotAccessToken)@github.com/Azure/azure-powershell.git;
26+
git push origin internal/sync-fabricbot-json --force
27+
displayName: Git commit and push
3128
3229
- pwsh: |
3330
$Title = "Sync fabricbot.json According To ADO Wiki Page"

0 commit comments

Comments
 (0)