Skip to content

Commit

Permalink
Add .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Nov 24, 2023
1 parent 1356e97 commit 26e18eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .azure/pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ steps:
displayName: "Use .NET Core sdk 8.x"
inputs:
version: 8.x
includePreviewVersions: true

- task: UseDotNet@2
displayName: "Use .NET Core sdk 7.x"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/aspnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x-x
8.0.x
- name: dotnet info
run: dotnet --info
Expand Down Expand Up @@ -106,12 +106,12 @@ jobs:
flavor: |
latest=auto
suffix=${{ env.TAG_SUFFIX }}
prefix=8.0-rc-
prefix=8.0-
tags: |
type=raw,enable=${{ github.event_name != 'pull_request' }},priority=699,value=${{ steps.minver.outputs.version }}
type=ref,event=branch,priority=500
type=ref,event=pr,priority=500,prefix=8.0-preview-pr-
type=sha,enable=${{ github.event_name != 'pull_request' }},priority=400,prefix=8.0-preview-sha-,format=short
type=ref,event=pr,priority=500,prefix=8.0-pr-
type=sha,enable=${{ github.event_name != 'pull_request' }},priority=400,prefix=8.0-sha-,format=short
type=match,enable=${{ startsWith(github.ref, 'refs/tags/') }},priority=600,pattern=^(\d+\.\d+(\.\d+)?(-.+)?)$,group=1
type=match,enable=${{ startsWith(github.ref, 'refs/tags/') }},priority=580,pattern=^(\d+\.\d+(\.\d+)?)(-.+)?$,group=1
type=match,enable=${{ startsWith(github.ref, 'refs/tags/') }},priority=570,pattern=^(\d+\.\d+)(\.\d+)?(-.+)?$,group=1
Expand Down

0 comments on commit 26e18eb

Please sign in to comment.