Browse Source

[ci] fix template path

Andy Li 6 years ago
parent
commit
fdec6fdf28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/azure-pipelines/test-windows.yml

+ 1 - 1
extra/azure-pipelines/test-windows.yml

@@ -47,7 +47,7 @@ jobs:
     steps:
     steps:
       - checkout: self
       - checkout: self
         fetchDepth: 20
         fetchDepth: 20
-      - template: extra/azure-pipelines/install-neko-snapshot.yaml
+      - template: install-neko-snapshot.yaml
         parameters:
         parameters:
           ${{ if eq(parameters.arch, '64') }}:
           ${{ if eq(parameters.arch, '64') }}:
             platform: windows64
             platform: windows64