Skip to content

Commit e109387

Browse files
Update dependency Rocket.Surgery.Nuke to 2.9.12 (#2018)
* Update dependency Rocket.Surgery.Nuke to 2.9.12 * Automatically linting code --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rocket Understudy <[email protected]>
1 parent d924894 commit e109387

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ jobs:
117117
uses: actions/[email protected]
118118
with:
119119
dotnet-version: '10.0.x'
120-
- name: 🚒 dotnet workload restore
121-
continue-on-error: true
122-
run: |
123-
dotnet workload restore
124120
- name: ⚒️ dotnet tool restore
125121
run: |
126122
dotnet tool restore

.github/workflows/lint.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ jobs:
6767
uses: actions/setup-dotnet@v5
6868
with:
6969
dotnet-version: '10.0.x'
70-
- name: 🚒 dotnet workload restore
71-
continue-on-error: true
72-
run: |
73-
dotnet workload restore
7470
- name: ⚒️ dotnet tool restore
7571
run: |
7672
dotnet tool restore

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PackageVersion Include="GitVersion.Tool" Version="6.5.1" />
3636
<PackageVersion Include="Nuke.Common" Version="9.0.4" />
3737
<PackageVersion Include="ReportGenerator" Version="5.5.0" />
38-
<PackageVersion Include="Rocket.Surgery.Nuke" Version="2.9.11" />
38+
<PackageVersion Include="Rocket.Surgery.Nuke" Version="2.9.12" />
3939
<PackageVersion Include="NuGet.ProjectModel" Version="6.14.0" />
4040

4141
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />

0 commit comments

Comments
 (0)