We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7439e82 commit 1f9d566Copy full SHA for 1f9d566
azure-pipelines.yml
@@ -45,9 +45,14 @@ steps:
45
timeServer: 'http://timestamp.digicert.com'
46
hashingAlgorithm: 'SHA256'
47
48
+- task: DeleteFiles@1
49
+ inputs:
50
+ SourceFolder: '$(Build.SourcesDirectory)\taskt\bin\Release'
51
+ Contents: '\taskt.pdb'
52
+
53
- task: CopyFiles@2
54
inputs:
- SourceFolder: '$(Build.SourcesDirectory)'
55
56
Contents: '**'
57
TargetFolder: '$(Build.ArtifactStagingDirectory)'
58
0 commit comments