Skip to content

Commit 105f9e6

Browse files
fix copy plugin jar
1 parent 2109c58 commit 105f9e6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.azure-pipelines/nightly.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,11 @@ extends:
5858
downloadType: specific
5959
itemPattern: plugin/jars/com.microsoft.java.debug.plugin-*.jar
6060
extractTars: false
61-
- task: CmdLine@2
62-
displayName: cp plugin.jar to server
61+
- task: CopyFiles@2
62+
displayName: "cp plugin.jar to server"
6363
inputs:
64-
script: |-
65-
mkdir -p server
66-
67-
copy $(System.ArtifactsDirectory)/plugin/jars/com.microsoft.java.debug.plugin-*[!a-zA-Z].jar server/
64+
Contents: "$(System.ArtifactsDirectory)/plugin/jars/com.microsoft.java.debug.plugin-*.jar"
65+
TargetFolder: server/
6866
- task: Npm@1
6967
displayName: npm install
7068
inputs:

0 commit comments

Comments
 (0)