We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653399c commit d9b5fddCopy full SHA for d9b5fdd
.azure-pipelines/signjars-rc.yml
@@ -37,10 +37,6 @@ extends:
37
artifactName: m2
38
targetPath: $(Build.ArtifactStagingDirectory)/m2
39
displayName: "Publish Artifact: m2"
40
- - output: pipelineArtifact
41
- artifactName: p2
42
- targetPath: $(Build.ArtifactStagingDirectory)/p2
43
- displayName: "Publish Artifact: p2"
44
steps:
45
- checkout: self
46
fetchTags: true
@@ -160,5 +156,4 @@ extends:
160
156
inputs:
161
157
Contents: |+
162
158
m2/**
163
-
164
159
TargetFolder: $(Build.ArtifactStagingDirectory)
0 commit comments