Skip to content

Commit c60fc0f

Browse files
fix ls command
1 parent f72cce9 commit c60fc0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/nightly.yml

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

.azure-pipelines/rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ 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-
ls -l server/
63+
dir server/
6464
- task: Npm@1
6565
displayName: npm install
6666
inputs:

0 commit comments

Comments
 (0)