mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 09:56:15 +00:00
shutil.remove -> os.remove
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
726853de4e
commit
d94244b236
1 changed files with 0 additions and 17 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue