Skip to content

Commit 926121b

Browse files
authored
Update publish.yml add npm dep to univseral builds
1 parent 4288ebe commit 926121b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ado/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ extends:
321321
- ${{ each matrix in parameters.universalBuildMatrix }}:
322322
- job: RnwNativeBuildUniversal${{ matrix.Name }}
323323
displayName: Build Universal ${{ matrix.Name }}
324+
dependsOn: RnwNpmPublish
324325
pool: ${{ parameters.AgentPool.Large }}
325326
timeoutInMinutes: 360 # CodeQL requires 3x usual build timeout
326327
steps:

0 commit comments

Comments
 (0)