Skip to content

Commit

Permalink
Automation test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpmartell committed Jul 27, 2024
1 parent 47417cc commit bff7c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,11 @@ jobs:

# Create the app package by building and packaging the Windows Application Packaging project
- name: Create the app package
run: dotnet publish $env:Solution_Name -c $env:Configuration /p:Platform=$env:Platform /p:Version=${{ needs.prepare.steps.tag_version.outputs.new_version }} /p:AssemblyVersion=${{ needs.prepare.steps.tag_version.outputs.new_version }}
run: dotnet publish $env:Solution_Name -c $env:Configuration /p:Platform=$env:Platform /p:Version=$env:Version /p:AssemblyVersion=$env:Version
env:
Configuration: ${{ matrix.configuration }}
Platform: ${{ matrix.platform }}
Version: ${{ needs.prepare.steps.tag_version.outputs.new_version }}

- name: Zip built artifacts
uses: vimtor/action-zip@v1
Expand Down

0 comments on commit bff7c34

Please sign in to comment.