Skip to content

Commit c391411

Browse files
committed
order matters
1 parent 2b2d83f commit c391411

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/dotnet.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ jobs:
138138

139139
test:
140140
runs-on: ${{ matrix.os }}
141+
needs: pack
142+
env:
143+
NUGET_VERSION: ${{ steps.pack.outputs.NUGET_VERSION }}
141144

142145
strategy:
143146
matrix:
@@ -147,11 +150,6 @@ jobs:
147150
- os: windows-latest
148151
target: i686-pc-windows-msvc
149152

150-
needs: pack
151-
152-
env:
153-
NUGET_VERSION: ${{ steps.pack.outputs.NUGET_VERSION }}
154-
155153
steps:
156154
- name: Checkout code
157155
uses: actions/checkout@v4

0 commit comments

Comments
 (0)