diff --git a/eng/pipelines/smoke-test.yml b/eng/pipelines/smoke-test.yml index 299d700a8cd0..fd65e616ac2c 100644 --- a/eng/pipelines/smoke-test.yml +++ b/eng/pipelines/smoke-test.yml @@ -105,4 +105,6 @@ jobs: - script: python ./common/smoketest/program.py displayName: "Run Smoke Test" - - template: ../common/TestResources/remove-test-resources.yml \ No newline at end of file + - template: ../common/TestResources/remove-test-resources.yml + parameters: + ServiceDirectory: '$(Build.SourcesDirectory)/common/smoketest/' \ No newline at end of file