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