Skip to content

Commit

Permalink
Do I need framework?
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed Sep 22, 2022
1 parent 2ad103d commit a679345
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-to-azure-app-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,15 @@ jobs:
${{ inputs.self-contained }}
-p:PublishReadyToRun=${{ inputs.ready-to-run }}
${{ env.runtime-option }}
--framework
net6.0
- name: Publish
run: >
dotnet publish (Get-ChildItem ${{ inputs.web-project-path }}).FullName --configuration Release --no-build
--output '${{ inputs.build-directory }}/Published' --verbosity ${{ inputs.build-verbosity }}
--self-contained ${{ inputs.self-contained }} -p:PublishReadyToRun=${{ inputs.ready-to-run }}
${{ env.runtime-option }}
--framework net6.0 ${{ env.runtime-option }}
- name: Login to Azure
# v1.4.5
Expand Down

0 comments on commit a679345

Please sign in to comment.