Skip to content

Commit 9c47fcc

Browse files
authored
Add files via upload
1 parent 788fd00 commit 9c47fcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/msbuild.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
testing-debug-x86:
178178
name: Testing Debug (x86)
179179
runs-on: windows-latest
180-
needs: building-debug-x86
180+
needs: analysis
181181

182182
steps:
183183
- name: Downloading Debug (x86)
@@ -195,7 +195,7 @@ jobs:
195195
testing-debug-x86-64:
196196
name: Testing Debug (x86_64)
197197
runs-on: windows-latest
198-
needs: building-debug-x86-64
198+
needs: analysis
199199

200200
steps:
201201
- name: Downloading Debug (x86_64)
@@ -213,7 +213,7 @@ jobs:
213213
testing-release-x86:
214214
name: Testing Release (x86)
215215
runs-on: windows-latest
216-
needs: building-release-x86
216+
needs: analysis
217217

218218
steps:
219219
- name: Downloading Release (x86)
@@ -231,7 +231,7 @@ jobs:
231231
testing-release-x86-64:
232232
name: Testing Release (x86_64)
233233
runs-on: windows-latest
234-
needs: building-release-x86-64
234+
needs: analysis
235235

236236
steps:
237237
- name: Downloading Release (x86_64)

0 commit comments

Comments
 (0)