Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Oct 31, 2024
1 parent 697401b commit 705ebc7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/azure-webapps-dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Build AzureCertAuth
run: dotnet build ./examplesUsingCertificateAuthentication/AzureCertAuth/AzureCertAuth.sln

- name: Restore dependencies
run: dotnet restore ./examplesUsingCertificateAuthentication/AzureCertAuth/AzureCertAuth.sln

- name: Build with dotnet
run: dotnet build --configuration Release
- name: Build AzureCertAuth
run: dotnet build ./examplesUsingCertificateAuthentication/AzureCertAuth/AzureCertAuth.sln --configuration Release

- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
Expand Down

0 comments on commit 705ebc7

Please sign in to comment.