Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawxy committed Jan 5, 2025
1 parent cacd4c4 commit f142e18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/Build_&_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
dotnet-version: |
8.0
9.0
- uses: actions/checkout@v4
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Manual_Nuget_Push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
dotnet-version: |
8.0
9.0
- uses: actions/checkout@v4
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion build/Build.SetupDotNet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected override GitHubActionsJob GetJobs(GitHubActionsImage image,

var newSteps = new List<GitHubActionsStep>(job.Steps);
newSteps.Insert(0, new GitHubActionsSetupDotNetStep([
"8.0"
"8.0", "9.0"
]));

job.Steps = newSteps.ToArray();
Expand Down

0 comments on commit f142e18

Please sign in to comment.