Skip to content

Commit

Permalink
fix: Resource Discovery should depend on Linux & Windows release
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <[email protected]>
  • Loading branch information
tomkerkhove committed Jan 6, 2021
1 parent db4815c commit 3f1d354
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ stages:
- ${{ if eq(parameters['createGitHubRelease'], true) }}:
- stage: ReleaseGitHub
displayName: Release on GitHub
dependsOn: Build
dependsOn: [BuildLinux,BuildWindows]
jobs:
- job: CreateRelease
displayName: Create Release
Expand Down

0 comments on commit 3f1d354

Please sign in to comment.