To test an unpublished branded emitter tarball, please follow these steps:
- Go to the pipelines and find the run you'd like to test here
- Open the run and find the artifacts published as part of that run.
- Choose the published artifact you'd like to test, there will be one for each matrix run.
- Click on the three dots and click "Copy download url"
- Copy-paste that url, then head over to the
emitter-package.jsonin theazure-sdk-for-pythonrepo - Paste the url as the version for the
"@azure-tools/typespec-python"package - Run
tsp-client generate-lock-filefrom theazure-sdk-for-python/engfolder - Go to the sdk you'd like to regenerate with the tarball, then run
tsp-client updatehow you normally would