Skip to content

Commit 9069c1b

Browse files
committed
Update azure-pipelines-1.yml for Azure Pipelines
1 parent 792cdba commit 9069c1b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

azure-pipelines-1.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ variables:
77
buildConfiguration: 'Release'
88

99
steps:
10-
- checkout: self
11-
persistCredentials: "true"
1210

13-
- powershell: git checkout -b pipeline/icons
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'
1419

1520
- powershell: .paket\paket.exe restore
1621

@@ -20,8 +25,6 @@ steps:
2025
platform: '$(buildPlatform)'
2126
configuration: '$(buildConfiguration)'
2227

23-
- powershell: git checkout -b pipeline/icons
24-
2528
- task: PowerShell@2
2629
displayName: "Generate Icons"
2730
inputs:

0 commit comments

Comments
 (0)