Skip to content

Commit 2109c58

Browse files
remove dir command
1 parent c60fc0f commit 2109c58

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.azure-pipelines/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ extends:
6565
mkdir -p server
6666
6767
copy $(System.ArtifactsDirectory)/plugin/jars/com.microsoft.java.debug.plugin-*[!a-zA-Z].jar server/
68-
dir server/
6968
- task: Npm@1
7069
displayName: npm install
7170
inputs:

.azure-pipelines/rc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ extends:
6060
mkdir -p server
6161
6262
copy $(System.ArtifactsDirectory)/m2/com.microsoft.java.debug.plugin/com.microsoft.java.debug.plugin-*[!a-zA-Z].jar server/
63-
dir server/
6463
- task: Npm@1
6564
displayName: npm install
6665
inputs:

0 commit comments

Comments
 (0)