Update push_master.yml

This commit is contained in:
2024-03-11 19:40:04 +01:00
committed by GitHub
Unverified
parent c1aae72cff
commit 3ad0d340aa

View File

@@ -58,9 +58,10 @@ jobs:
- name: Setup msbuild - name: Setup msbuild
uses: microsoft/setup-msbuild@v2 uses: microsoft/setup-msbuild@v2
- name: Deploy application - name: Deploy application
run: | shell: cmd
$devenv = & vswhere.exe '-property' productPath run: $MSBUILD_PATH VDownload.sln /Deploy Release
Start-Process -FilePath $devenv -ArgumentList 'VDownload.sln /Deploy Release' -Wait env:
MSBUILD_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.com
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: