WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit fc6b550

Browse files
committed
Remove automatic dotnet workload restore from workflows
The 'dotnet workload restore' step has been removed from both BuildDeploy.yml and BuildOnly.yml GitHub Actions workflows. This streamlines the build process and may indicate that workload restoration is no longer necessary at this stage.
1 parent 45825ce commit fc6b550

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/BuildDeploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959
**/global.json
6060
**/nuget.config
6161
62-
- name: Restore workloads (auto)
63-
run: dotnet workload restore
64-
6562
- name: Get Latest Visual Studio Version
6663
shell: bash
6764
run: |

.github/workflows/BuildOnly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ jobs:
5454
**/global.json
5555
**/nuget.config
5656
57-
- name: Restore workloads (auto)
58-
run: dotnet workload restore
59-
6057
- name: Get Latest Visual Studio Version
6158
shell: bash
6259
run: |

0 commit comments

Comments
 (0)