Skip to content

Commit f097e5d

Browse files
authored
Upgrade .NET version in Azure deployment workflow
Updated .NET version from 9.x to 10.x in the workflow.
1 parent 18945e4 commit f097e5d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main_musicostore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- name: Set up .NET Core
21+
- name: Set up .NET
2222
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: '9.x'
24+
dotnet-version: '10.x'
2525

2626
- name: Build with dotnet
2727
run: dotnet build --configuration Release
@@ -60,7 +60,7 @@ jobs:
6060
uses: azure/webapps-deploy@v3
6161
with:
6262
app-name: 'musicostore'
63-
slot-name: 'Production'
6463
package: .
6564

6665

66+

0 commit comments

Comments
 (0)