Skip to content

Commit

Permalink
try with a diff dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucile Jeanneret committed Dec 17, 2024
1 parent 2c11f11 commit f26947d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main_virtualteacher-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
dotnet-version: 8.0.402

- name: Build with dotnet
run: dotnet build --configuration Release
Expand All @@ -39,21 +39,21 @@ jobs:
environment:
name: 'Production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
permissions:
id-token: write #This is required for requesting the JWT
permissions:
id-token: write #This is required for requesting the JWT

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v4
with:
name: .net-app

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_792058BD16FD4706A5045C26B9735E66 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_B3C11B7B54A44E1DBEAC6912713459E6 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_40A7088D577B47A7987835F391DF2BC5 }}

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_792058BD16FD4706A5045C26B9735E66 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_B3C11B7B54A44E1DBEAC6912713459E6 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_40A7088D577B47A7987835F391DF2BC5 }}

- name: Deploy to Azure Web App
id: deploy-to-webapp
Expand Down

0 comments on commit f26947d

Please sign in to comment.