Skip to content

Commit c974619

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent bbf1807 commit c974619

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

azure-pipelines-1.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ variables:
88

99
steps:
1010

11-
- task: PowerShell@2
12-
displayName: "Git Clean"
13-
env:
14-
UserName: $(GitHubUser)
15-
Password: $(GitHubPat)
16-
inputs:
17-
targetType: 'inline'
18-
script: 'git clean -f'
19-
2011
- powershell: .paket\paket.exe restore
2112

2213
- task: VSBuild@1
@@ -44,8 +35,6 @@ steps:
4435
git config --global user.name "Azure Pipeline"
4536
4637
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
47-
48-
git branch -f pipeline/icons | Write-Host
4938
5039
git checkout -f pipeline/icons | Write-Host
5140

0 commit comments

Comments
 (0)