File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ extends:
6262 downloadType : specific
6363 itemPattern : plugin/jars/com.microsoft.java.debug.plugin-*.jar
6464 extractTars : false
65- - task : CmdLine @2
66- displayName : cp plugin.jar to server
65+ - task : CopyFiles @2
66+ displayName : ' cp plugin.jar to server'
6767 inputs :
68- script : |-
69- mkdir -p server
70- copy %System.ArtifactsDirectory%\plugin\jars\com.microsoft.java.debug.plugin-*.jar server\
68+ SourceFolder : ' $(System.ArtifactsDirectory)/plugin/jars '
69+ Contents : ' com.microsoft.java.debug.plugin-*.jar '
70+ TargetFolder : $(Build.SourcesDirectory)/ server
7171 - task : Npm@1
7272 displayName : npm install
7373 inputs :
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ extends:
5757 downloadType : specific
5858 itemPattern : m2/com.microsoft.java.debug.plugin/com.microsoft.java.debug.plugin-*.jar
5959 extractTars : false
60- - task : CmdLine @2
61- displayName : cp plugin.jar to server
60+ - task : CopyFiles @2
61+ displayName : ' cp plugin.jar to server'
6262 inputs :
63- script : |-
64- mkdir -p server
65- copy %System.ArtifactsDirectory%\plugin\jars\com.microsoft.java.debug.plugin-*.jar server\
63+ SourceFolder : ' $(System.ArtifactsDirectory)/m2/com.microsoft.java.debug.plugin '
64+ Contents : ' com.microsoft.java.debug.plugin-*.jar '
65+ TargetFolder : $(Build.SourcesDirectory)/ server
6666 - task : Npm@1
6767 displayName : npm install
6868 inputs :
You can’t perform that action at this time.
0 commit comments