We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8a65b commit d96ff06Copy full SHA for d96ff06
.github/workflows/csharp_release.yml
@@ -102,7 +102,7 @@ jobs:
102
103
buildStandard16:
104
name: Build Standard 1.6 version
105
- needs: [ variables ]
+ needs: [ variables, buildFrameworkVersions ]
106
runs-on: windows-2022
107
steps:
108
- name: Checkout code
@@ -124,7 +124,7 @@ jobs:
124
125
buildStandard20:
126
name: Build Standard 2.0 version
127
+ needs: [ variables, buildStandard16 ]
128
129
130
0 commit comments