Skip to content

Commit 59d7ff8

Browse files
committed
Removing old git commands
1 parent 4c9f5fc commit 59d7ff8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Scripts/UpdateWiki.ps1

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ Push-Location Wiki
99
$status = git status
1010
$has_changed = [string]$status -match "modified:\s*ControlStyleList.md"
1111
if ($has_changed) {
12-
git config --global user.email "[email protected]/"
13-
git config --global user.name "Azure Pipeline"
14-
git add "ControlStyleList.md"
15-
git commit -m "Automatic update of ControlStyleList.md from Azure pipeline"
16-
git push
12+
#git config --global user.email "[email protected]"
13+
#git config --global user.name "Azure Pipeline"
14+
#git config http.https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit.wiki.git.extraheader "AUTHORIZATION: bearer ********"
15+
#git add "ControlStyleList.md"
16+
#git commit -m "Automatic update of ControlStyleList.md from Azure pipeline"
17+
#git push
1718
Write-Host "Wiki content updated"
1819
} else {
1920
Write-Host "No updates"

0 commit comments

Comments
 (0)