3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 02:15:19 +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:
- job: NuGet
displayName: "NuGet packaging"
dependsOn:
- Mac
- Ubuntu
- Windows32
- Windows64
pool:
vmImage: "windows-latest"
steps:
@ -166,11 +161,6 @@ stages:
- job: Python
displayName: "Python packaging"
dependsOn:
- Manylinux
- Windows32
- Windows64
- Mac
pool:
vmImage: "ubuntu-latest"
steps:
@ -210,13 +200,6 @@ stages:
jobs:
- job: Deploy
displayName: "Deploy into GitHub"
dependsOn:
- Mac
- Ubuntu
- Windows32
- Windows64
- Python
- NuGet
steps:
- task: DownloadPipelineArtifact@0
inputs: