Skip to content

Commit 2ab37df

Browse files
committed
update build actions for .net8
1 parent bbafaed commit 2ab37df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
env:
1717
AZURE_WEBAPP_NAME: DuendeSoftware-Demo # set this to your application's name
1818
AZURE_WEBAPP_PACKAGE_PATH: './publish' # set this to the path to your web app project, defaults to the repository root
19+
DOTNET_VERSION: '8.0.x' # set this to the dot net version to use
1920

2021
jobs:
2122
build-and-deploy:
@@ -28,6 +29,8 @@ jobs:
2829
# Setup .NET Core SDK
2930
- name: Setup .NET Core
3031
uses: actions/setup-dotnet@v1
32+
with:
33+
dotnet-version: ${{ env.DOTNET_VERSION }}
3134

3235
# Run dotnet build and publish
3336
- name: dotnet build and publish

0 commit comments

Comments
 (0)