Skip to content

Commit

Permalink
clean sources on release build
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoms committed Jul 19, 2018
1 parent a4de426 commit a88cd7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vsts-release.yml
Expand Up @@ -11,6 +11,8 @@ variables:
TeamName: 'Package Experience'

steps:
- checkout: self
clean: true
- powershell: 'mkdir $(Build.SourcesDirectory)\keys; cp -Verbose $(KeyLocation) $(Build.SourcesDirectory)\keys\; dir $(Build.SourcesDirectory)\keys\'
displayName: Copy public key

Expand Down

0 comments on commit a88cd7a

Please sign in to comment.