Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
try passing dotnet build parameter with -p instead of /p
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Apr 23, 2024
1 parent 195d9a7 commit b5d5c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ runs:

- name: Build
shell: bash
run: dotnet build /p:Configuration=Release ${{ inputs.project_file }}
run: dotnet build -p:Configuration=Release ${{ inputs.project_file }}

0 comments on commit b5d5c1d

Please sign in to comment.