Skip to content

Commit a3594e5

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azure-pipelines-1.yml

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

99
steps:
1010

11+
- task: PowerShell@2
12+
displayName: "Git Clean"
13+
inputs:
14+
targetType: 'inline'
15+
script: 'git clean -f"
16+
17+
git branch -f pipeline/icons | Write-Host
18+
19+
git checkout -f pipeline/icons | Write-Host'
20+
1121
- powershell: .paket\paket.exe restore
1222

1323
- task: VSBuild@1

0 commit comments

Comments
 (0)