We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18945e4 commit f097e5dCopy full SHA for f097e5d
1 file changed
.github/workflows/main_musicostore.yml
@@ -18,10 +18,10 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
21
- - name: Set up .NET Core
+ - name: Set up .NET
22
uses: actions/setup-dotnet@v4
23
with:
24
- dotnet-version: '9.x'
+ dotnet-version: '10.x'
25
26
- name: Build with dotnet
27
run: dotnet build --configuration Release
@@ -60,7 +60,7 @@ jobs:
60
uses: azure/webapps-deploy@v3
61
62
app-name: 'musicostore'
63
- slot-name: 'Production'
64
package: .
65
66
+
0 commit comments