Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SulfuricAcidH2SO4 authored Feb 27, 2024
1 parent 72809e9 commit f8e6d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ jobs:
Configuration: ${{ matrix.configuration }}

- name: Build Application
run: dotnet build -c /p:Configuration=$env:Configuration
run: msbuild $env:Solution_Name /p:Configuration=$env:Configuration

- name: Publish Application
run: dotnet publish -c /p:Configuration=$env:Configuration -o publish
run: msbuild $env:Solution_Name /p:Configuration=$env:Configuration /t:Publish

- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f8e6d62

Please sign in to comment.