Skip to content

Commit

Permalink
Fix the YML for azure build (microsoft#23275)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Apr 22, 2024
1 parent 4b32dd4 commit c04fa70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions build/azure-pipeline.pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ extends:
- script: gulp prePublishBundle
displayName: Build

- displayName: Clean up Nox
script: python -c "import shutil; shutil.rmtree('.nox', ignore_errors=True)"
continueOnError: true
- script: python -c "import shutil; shutil.rmtree('.nox', ignore_errors=True)"
displayName: Clean up Nox
tsa:
config:
areaPath: 'Visual Studio Code Python Extensions'
Expand Down
5 changes: 2 additions & 3 deletions build/azure-pipeline.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ extends:
- script: gulp prePublishBundle
displayName: Build

- displayName: Clean up Nox
script: python -c "import shutil; shutil.rmtree('.nox', ignore_errors=True)"
continueOnError: true
- script: python -c "import shutil; shutil.rmtree('.nox', ignore_errors=True)"
displayName: Clean up Nox
tsa:
config:
areaPath: 'Visual Studio Code Python Extensions'
Expand Down

0 comments on commit c04fa70

Please sign in to comment.