Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepleez committed Aug 2, 2019
1 parent 1f9d566 commit 534f3e6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,9 @@ steps:
timeServer: 'http://timestamp.digicert.com'
hashingAlgorithm: 'SHA256'

- task: DeleteFiles@1
inputs:
SourceFolder: '$(Build.SourcesDirectory)\taskt\bin\Release'
Contents: '\taskt.pdb'

- task: CopyFiles@2
inputs:
SourceFolder: '$(Build.SourcesDirectory)\taskt\bin\Release'
SourceFolder: '$(Build.SourcesDirectory)'
Contents: '**'
TargetFolder: '$(Build.ArtifactStagingDirectory)'

Expand Down

0 comments on commit 534f3e6

Please sign in to comment.