Skip to content

Commit

Permalink
Update azure-pipelines-release.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterZerlauth committed Mar 3, 2024
1 parent 0e57e10 commit 2d4dad3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,3 @@ steps:
title: 'Tc3_Testing.library'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'

# Delete all files of build directory
- task: DeleteFiles@1
displayName: 'Delete Binaries'
condition: 'succeeded()'
inputs:
SourceFolder: '$(Build.BinariesDirectory)'
Contents: '**/*'

# Delete all files of source directory
- task: DeleteFiles@1
displayName: 'Delete Sources'
condition: 'succeeded()'
inputs:
SourceFolder: '$(Build.SourcesDirectory)'
Contents: |
**/*
.gitignore

0 comments on commit 2d4dad3

Please sign in to comment.