Skip to content

Commit

Permalink
Update push_master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszskoczek authored Mar 11, 2024
1 parent c1aae72 commit 3ad0d34
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
- name: Setup msbuild
uses: microsoft/setup-msbuild@v2
- name: Deploy application
run: |
$devenv = & vswhere.exe '-property' productPath
Start-Process -FilePath $devenv -ArgumentList 'VDownload.sln /Deploy Release' -Wait
shell: cmd
run: $MSBUILD_PATH VDownload.sln /Deploy Release
env:
MSBUILD_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.com
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3ad0d34

Please sign in to comment.