Skip to content

Commit

Permalink
Nightly Build Break Fixes (#4066)
Browse files Browse the repository at this point in the history
  • Loading branch information
kythant authored Jan 8, 2024
1 parent a4935d2 commit 7e055aa
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ parameters:
type: boolean
default: True
stages:
- stage: Test
- stage: Publish
dependsOn:
- Test
- Pack
condition: not(failed())
jobs:
# Publish
- job: Publish
dependsOn:
- NugetPackage
# - WinAppSDKIntegrationBuildAndTest
condition: and(or(succeeded(), eq(${{ parameters.IgnoreFailures }}, 'true')), eq('${{ parameters.PublishToMaestro }}', 'true'))
pool:
type: windows
Expand Down

0 comments on commit 7e055aa

Please sign in to comment.