Skip to content

Commit 534f3e6

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 1f9d566 commit 534f3e6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

azure-pipelines.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,9 @@ steps:
4545
timeServer: 'http://timestamp.digicert.com'
4646
hashingAlgorithm: 'SHA256'
4747

48-
- task: DeleteFiles@1
49-
inputs:
50-
SourceFolder: '$(Build.SourcesDirectory)\taskt\bin\Release'
51-
Contents: '\taskt.pdb'
52-
5348
- task: CopyFiles@2
5449
inputs:
55-
SourceFolder: '$(Build.SourcesDirectory)\taskt\bin\Release'
50+
SourceFolder: '$(Build.SourcesDirectory)'
5651
Contents: '**'
5752
TargetFolder: '$(Build.ArtifactStagingDirectory)'
5853

0 commit comments

Comments
 (0)