diff --git a/eng/pipelines/smoke-test.yml b/common/smoke-tests/smoke-test.yml similarity index 98% rename from eng/pipelines/smoke-test.yml rename to common/smoke-tests/smoke-test.yml index ddb290c7fd7c..87ce42b7267b 100644 --- a/eng/pipelines/smoke-test.yml +++ b/common/smoke-tests/smoke-test.yml @@ -1,5 +1,5 @@ variables: - - template: ./templates/variables/globals.yml + - template: /eng/pipelines/templates/variables/globals.yml - name: PomFile value: common/smoke-tests/pom.xml