Skip to content

Commit d96ff06

Browse files
[FSSDK-11956] making upload sequential
1 parent 9a8a65b commit d96ff06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/csharp_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
buildStandard16:
104104
name: Build Standard 1.6 version
105-
needs: [ variables ]
105+
needs: [ variables, buildFrameworkVersions ]
106106
runs-on: windows-2022
107107
steps:
108108
- name: Checkout code
@@ -124,7 +124,7 @@ jobs:
124124

125125
buildStandard20:
126126
name: Build Standard 2.0 version
127-
needs: [ variables ]
127+
needs: [ variables, buildStandard16 ]
128128
runs-on: windows-2022
129129
steps:
130130
- name: Checkout code

0 commit comments

Comments
 (0)