Skip to content

Commit

Permalink
Updated build pipelines to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n committed Nov 17, 2023
1 parent 8543f65 commit 21002f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.100
dotnet-version: 8.0.100
- name: Build with dotnet
run: dotnet publish src/Startup/MUnique.OpenMU.Startup.csproj --configuration Release -p:ci=true
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 Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.100
dotnet-version: 8.0.100

- name: publish MUnique.OpenMU.PlugIns on version change
uses: rohith/publish-nuget@5fdc86fb81a38b37521c9f153bfb60ac44e7ba93
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- task: UseDotNet@2
displayName: 'Install .NET Core SDK'
inputs:
version: 7.0.x
version: 8.0.x
performMultiLevelLookup: true
includePreviewVersions: true # Required for preview versions

Expand Down
2 changes: 2 additions & 0 deletions src/MUnique.OpenMU.sln
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\.gitignore = ..\.gitignore
..\azure-pipelines.yml = ..\azure-pipelines.yml
Directory.Build.props = Directory.Build.props
..\.github\workflows\dotnetcore.yml = ..\.github\workflows\dotnetcore.yml
..\LICENSE = ..\LICENSE
..\.github\workflows\publish.yml = ..\.github\workflows\publish.yml
..\QuickStart.md = ..\QuickStart.md
..\Readme.md = ..\Readme.md
..\release-docker-images-pipeline.yml = ..\release-docker-images-pipeline.yml
Expand Down

0 comments on commit 21002f0

Please sign in to comment.