Skip to content

Commit

Permalink
Lock dotnet runner to 7.0.102
Browse files Browse the repository at this point in the history
Was causing nugetizer issues?
  • Loading branch information
Noggog committed Feb 17, 2023
1 parent 2dcee90 commit f22d5e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.*
dotnet-version: 7.0.102
- name: Install dependencies
run: dotnet restore Synthesis.Bethesda.sln
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.*
dotnet-version: 7.0.102
- name: Install dependencies
run: dotnet restore Synthesis.Bethesda.sln
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.*
dotnet-version: 7.0.102
- name: Install dependencies
run: dotnet restore Synthesis.Bethesda.sln
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.*
dotnet-version: 7.0.102
- name: Install dependencies
run: |
dotnet clean Synthesis.Bethesda.sln -c Release && dotnet nuget locals all --clear
Expand Down

0 comments on commit f22d5e0

Please sign in to comment.