Skip to content

Commit

Permalink
Clean repo before building
Browse files Browse the repository at this point in the history
  • Loading branch information
TSchmiedlechner committed Mar 29, 2020
1 parent 062bd4d commit bac6a03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ trigger:
pool: Build

steps:
- checkout: self
clean: true

- powershell: |
$majorMinor,$prerelease = Get-Content "major.minor"
$version = "$majorMinor.$(Get-Date -UFormat "%y")$("{0:D3}" -f (Get-Date).DayofYear).$env:BUILD_BUILDID"
Expand Down

0 comments on commit bac6a03

Please sign in to comment.