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 f72cce9 commit c60fc0fCopy full SHA for c60fc0f
.azure-pipelines/nightly.yml
@@ -65,7 +65,7 @@ extends:
65
mkdir -p server
66
67
copy $(System.ArtifactsDirectory)/plugin/jars/com.microsoft.java.debug.plugin-*[!a-zA-Z].jar server/
68
- ls -l server/
+ dir server/
69
- task: Npm@1
70
displayName: npm install
71
inputs:
.azure-pipelines/rc.yml
@@ -60,7 +60,7 @@ extends:
60
61
62
copy $(System.ArtifactsDirectory)/m2/com.microsoft.java.debug.plugin/com.microsoft.java.debug.plugin-*[!a-zA-Z].jar server/
63
64
0 commit comments