Removed extra slash. (#36722)
authorNathan Ricci <naricc@microsoft.com>
Tue, 19 May 2020 21:28:54 +0000 (17:28 -0400)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 21:28:54 +0000 (17:28 -0400)
Remove extra / from path on runtimetests.

eng/pipelines/runtime.yml

index d73ebcd..c340890 100644 (file)
@@ -107,8 +107,8 @@ jobs:
       - eng/pipelines/installer/*
     - subset: runtimetests
       include:
-      - /src/coreclr/tests/*
-      - /src/coreclr/build-test.sh
+      - src/coreclr/tests/*
+      - src/coreclr/build-test.sh
     - subset: installer
       include:
       - docs/manpages/*