We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16190ac commit 7439e82Copy full SHA for 7439e82
azure-pipelines.yml
@@ -45,14 +45,9 @@ 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:
55
+ SourceFolder: '$(Build.SourcesDirectory)'
56
Contents: '**'
57
TargetFolder: '$(Build.ArtifactStagingDirectory)'
58
0 commit comments