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 66fe12b commit 8a40916Copy full SHA for 8a40916
.azure-pipelines/rc.yml
@@ -61,7 +61,10 @@ extends:
61
displayName: 'cp plugin.jar to server'
62
inputs:
63
SourceFolder: '$(System.ArtifactsDirectory)/m2/com.microsoft.java.debug.plugin'
64
- Contents: 'com.microsoft.java.debug.plugin-*.jar'
+ Contents: |
65
+ com.microsoft.java.debug.plugin-*.jar
66
+ !com.microsoft.java.debug.plugin-*-sources.jar # Exclude sources jar
67
+ !com.microsoft.java.debug.plugin-*-javadoc.jar # Exclude javadoc jar
68
TargetFolder: $(Build.SourcesDirectory)/server
69
- task: Npm@1
70
displayName: npm install
0 commit comments