Skip to content

Commit

Permalink
dotnet-desktop.ymlの変更: dotnet publishコマンドの引数を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeesia committed Mar 15, 2024
1 parent fda7f17 commit dc96502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- id: gitversion
uses: gittools/actions/gitversion/[email protected]
- run: |
dotnet publish -c Release --property:PublishDir=.\publish --sc ${{ matrix.self }} `
dotnet publish VdLabel -c Release -o publish --sc ${{ matrix.self }} `
-p:Version=${{ steps.gitversion.outputs.fullSemVer }} `
-p:AssemblyVersion=${{ steps.gitversion.outputs.assemblySemVer }} `
-p:FileVersion=${{ steps.gitversion.outputs.assemblySemFileVer }} `
Expand Down

0 comments on commit dc96502

Please sign in to comment.