3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-13 17:36:15 +00:00

shutil.remove -> os.remove

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-12-20 13:59:17 -08:00
parent 726853de4e
commit d94244b236

View file

@ -100,11 +100,6 @@ stages:
jobs: jobs:
- job: NuGet - job: NuGet
displayName: "NuGet packaging" displayName: "NuGet packaging"
dependsOn:
- Mac
- Ubuntu
- Windows32
- Windows64
pool: pool:
vmImage: "windows-latest" vmImage: "windows-latest"
steps: steps:
@ -166,11 +161,6 @@ stages:
- job: Python - job: Python
displayName: "Python packaging" displayName: "Python packaging"
dependsOn:
- Manylinux
- Windows32
- Windows64
- Mac
pool: pool:
vmImage: "ubuntu-latest" vmImage: "ubuntu-latest"
steps: steps:
@ -210,13 +200,6 @@ stages:
jobs: jobs:
- job: Deploy - job: Deploy
displayName: "Deploy into GitHub" displayName: "Deploy into GitHub"
dependsOn:
- Mac
- Ubuntu
- Windows32
- Windows64
- Python
- NuGet
steps: steps:
- task: DownloadPipelineArtifact@0 - task: DownloadPipelineArtifact@0
inputs: inputs: