File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
pipelines/templates/steps Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ steps:
31
31
parameters :
32
32
versionSpec : ' ${{ parameters.PythonVersion }}'
33
33
34
+ - template : set-dev-build.yml
35
+ parameters :
36
+ ServiceDirectory : ${{ parameters.ServiceDirectory }}
37
+
34
38
- pwsh : |
35
39
$ErrorActionPreference = 'Stop'
36
40
$PSNativeCommandUseErrorActionPreference = $true
Original file line number Diff line number Diff line change @@ -380,7 +380,6 @@ deps =
380
380
{[packaging]pkgs}
381
381
commands =
382
382
python -m pip install {repository_root}/tools/azure-sdk-tools --no-deps
383
- python {repository_root}/eng/tox/sanitize_setup.py -t {tox_root}
384
383
python {repository_root}/eng/tox/create_package_and_install.py \
385
384
-d {envtmpdir} \
386
385
-p {tox_root} \
You can’t perform that action at this time.
0 commit comments