Skip to content

Commit fdf8687

Browse files
karthiknadigwesm
authored andcommitted
Fix the YML for azure build (microsoft/vscode-python#23275)
1 parent f20b47b commit fdf8687

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

extensions/positron-python/build/azure-pipeline.pre-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ extends:
7070
- script: gulp prePublishBundle
7171
displayName: Build
7272

73-
- displayName: Clean up Nox
74-
script: python -c "import shutil; shutil.rmtree('.nox', ignore_errors=True)"
75-
continueOnError: true
73+
- script: python -c "import shutil; shutil.rmtree('.nox', ignore_errors=True)"
74+
displayName: Clean up Nox
7675
tsa:
7776
config:
7877
areaPath: 'Visual Studio Code Python Extensions'

extensions/positron-python/build/azure-pipeline.stable.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ extends:
6565
- script: gulp prePublishBundle
6666
displayName: Build
6767

68-
- displayName: Clean up Nox
69-
script: python -c "import shutil; shutil.rmtree('.nox', ignore_errors=True)"
70-
continueOnError: true
68+
- script: python -c "import shutil; shutil.rmtree('.nox', ignore_errors=True)"
69+
displayName: Clean up Nox
7170
tsa:
7271
config:
7372
areaPath: 'Visual Studio Code Python Extensions'

0 commit comments

Comments
 (0)