Skip to content

Commit

Permalink
Revert "Is the equal sign the problem?"
Browse files Browse the repository at this point in the history
This reverts commit dd87f98.
  • Loading branch information
DemeSzabolcs committed Sep 22, 2022
1 parent dd87f98 commit 2ad103d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-to-azure-app-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,14 @@ jobs:
--self-contained
${{ inputs.self-contained }}
-p:PublishReadyToRun=${{ inputs.ready-to-run }}
--runtime
win-x86
${{ env.runtime-option }}
- 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 }}
--runtime win-x86
${{ env.runtime-option }}
- name: Login to Azure
# v1.4.5
Expand Down

0 comments on commit 2ad103d

Please sign in to comment.