Skip to content

Commit

Permalink
Fixed names
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Sep 1, 2019
1 parent 576f8d5 commit 5c2707a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
displayName: Check with Flags
condition: and(succeeded(), not(eq(variables['Agent.OS'], 'Windows_NT')))

- job: Build CLI
- job: Build_CLI
strategy:
matrix:
linux:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- publish: $(System.DefaultWorkingDirectory)/artifacts
artifact: release # -$(Agent.OS)

- job: Build C-API
- job: Build_Library
strategy:
matrix:
linux:
Expand Down Expand Up @@ -160,8 +160,8 @@ jobs:

- job: Publish
dependsOn:
- Build CLI
- Build C-API
- Build_CLI
- Build_Library
steps:
- download: current
artifact: release
Expand Down

0 comments on commit 5c2707a

Please sign in to comment.