Skip to content

Commit 4b5fe2e

Browse files
Fix variable name in windows-daily.yml (PowerShell#9274)
1 parent 10fa1fc commit 4b5fe2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts-ci/windows-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
parameters:
7373
# we wait for all tests to finish as this phase uploads the daily nuget package to MyGet.
7474
# we want to upload only if tests have passed.
75-
dependsOn:
75+
parentJobs:
7676
- win_test_UnelevatedPesterTests_CI
7777
- win_test_ElevatedPesterTests_CI
7878
- win_test_UnelevatedPesterTests_Others

0 commit comments

Comments
 (0)