We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf1807 commit c974619Copy full SHA for c974619
azure-pipelines-1.yml
@@ -8,15 +8,6 @@ variables:
8
9
steps:
10
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
-
20
- powershell: .paket\paket.exe restore
21
22
- task: VSBuild@1
@@ -44,8 +35,6 @@ steps:
44
35
git config --global user.name "Azure Pipeline"
45
36
46
37
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
47
48
- git branch -f pipeline/icons | Write-Host
49
38
50
39
git checkout -f pipeline/icons | Write-Host
51
40
0 commit comments