From 03d3a45d656ac22b59ed94696692df348dc82024 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Wed, 8 Apr 2026 15:49:27 +0800 Subject: [PATCH] Fix publish pipeline test paths for typespec-python The typespec-python test directory was restructured from separate test/azure/ and test/unbranded/ directories into a consolidated tests/ directory with ci-azure and ci-unbranded tox environments. Update publish-release.yml to match the new structure. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- eng/pipelines/publish-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/pipelines/publish-release.yml b/eng/pipelines/publish-release.yml index ec0bfb9d31..db3642c73a 100644 --- a/eng/pipelines/publish-release.yml +++ b/eng/pipelines/publish-release.yml @@ -87,13 +87,13 @@ extends: displayName: Execute Autorest DPG Version Tolerant Tests workingDirectory: $(Build.SourcesDirectory)/packages/autorest.python/ - script: | - cd test/azure - tox run -e ci + cd tests + tox run -e ci-azure displayName: Execute Typespec Azure Tests workingDirectory: $(Build.SourcesDirectory)/packages/typespec-python/ - script: | - cd test/unbranded - tox run -e ci + cd tests + tox run -e ci-unbranded displayName: Execute Typespec Unbranded Tests workingDirectory: $(Build.SourcesDirectory)/packages/typespec-python/