Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit e48e390

Browse files
committed
uncommenting some commented lines by mistake xD
1 parent 6debff7 commit e48e390

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/azure-devops/multiarch.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ parameters:
66

77
jobs:
88
- job: manifest
9-
# condition: and(succeeded(),ne('${{ variables['Build.Reason'] }}', 'PullRequest'))
10-
# dependsOn:
11-
# - BuildWindows
12-
# - BuildLinux
9+
condition: and(succeeded(),ne('${{ variables['Build.Reason'] }}', 'PullRequest'))
10+
dependsOn:
11+
- BuildWindows
12+
- BuildLinux
1313
pool:
1414
vmImage: 'Ubuntu 16.04'
1515
steps:

0 commit comments

Comments
 (0)