File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020jobs :
2121 update-visualstudio-latest :
22+ if : ${{ github.event.schedule == '0 1 * * 3' || (github.event_name == 'workflow_dispatch' && inputs.selected-job == 'Update') }}
23+
24+ name : Update Visual Studio - Latest
25+
2226 runs-on :
2327 - self-hosted
2428 - windows
2529 - x64
2630 - latest
2731
2832 steps :
29- - name : Update Visual Studio - Latest
30- if : ${{ github.event.schedule == '0 1 * * 3' || (github.event_name == 'workflow_dispatch' && inputs.selected-job == 'Update') }}
33+ - name : Update Visual Studio
3134 shell : cmd
3235 run : " C:\\ bin\\ vs_update.bat"
3336
37+ reboot-after-update :
38+ if : ${{ github.event.schedule == '30 1 * * 3' || (github.event_name == 'workflow_dispatch' && inputs.selected-job == 'Reboot') }}
39+
40+ name : Reboot after update
41+
42+ runs-on :
43+ - self-hosted
44+ - windows
45+ - x64
46+ - latest
47+
48+ steps :
3449 - name : Reboot
35- if : ${{ github.event.schedule == '30 1 * * 3' || (github.event_name == 'workflow_dispatch' && inputs.selected-job == 'Reboot') }}
3650 shell : cmd
3751 run : " shutdown /r"
3852
Original file line number Diff line number Diff line change 1919
2020jobs :
2121 update-visualstudio-preview :
22+ if : ${{ github.event.schedule == '0 1 * * 3' || (github.event_name == 'workflow_dispatch' && inputs.selected-job == 'Update') }}
23+
24+ name : Update Visual Studio - Preview (Insiders)
25+
2226 runs-on :
2327 - self-hosted
2428 - windows
2529 - x64
2630 - preview
2731
2832 steps :
29- - name : Update Visual Studio - Preview (Insiders)
30- if : ${{ github.event.schedule == '0 1 * * 3' || (github.event_name == 'workflow_dispatch' && inputs.selected-job == 'Update') }}
33+ - name : Update Visual Studio
3134 shell : cmd
3235 run : " C:\\ bin\\ vs_update.bat"
3336
37+ reboot-after-update :
38+ if : ${{ github.event.schedule == '30 1 * * 3' || (github.event_name == 'workflow_dispatch' && inputs.selected-job == 'Reboot') }}
39+
40+ name : Reboot after update
41+
42+ runs-on :
43+ - self-hosted
44+ - windows
45+ - x64
46+ - latest
47+
48+ steps :
3449 - name : Reboot
35- if : ${{ github.event.schedule == '30 1 * * 3' || (github.event_name == 'workflow_dispatch' && inputs.selected-job == 'Reboot') }}
3650 shell : cmd
3751 run : " shutdown /r"
3852
You can’t perform that action at this time.
0 commit comments