8000 Fix variable name in windows-daily.yml by adityapatwardhan · Pull Request #9274 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vsts-ci/windows-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
parameters:
# we wait for all tests to finish as this phase uploads the daily nuget package to MyGet.
# we want to upload only if tests have passed.
dependsOn:
parentJobs:
- win_test_UnelevatedPesterTests_CI
- win_test_ElevatedPesterTests_CI
- win_test_UnelevatedPesterTests_Others
Expand Down
0