Skip to content

Commit

Permalink
shutil.remove -> os.remove
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Dec 20, 2020
1 parent 726853d commit d94244b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ stages:
jobs:
- job: NuGet
displayName: "NuGet packaging"
dependsOn:
- Mac
- Ubuntu
- Windows32
- Windows64
pool:
vmImage: "windows-latest"
steps:
Expand Down Expand Up @@ -166,11 +161,6 @@ stages:

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

0 comments on commit d94244b

Please sign in to comment.