Update push_master.yml

This commit is contained in:
2024-03-11 19:07:58 +01:00
committed by GitHub
Unverified
parent 4fa78ccf80
commit dfc9391c66

View File

@@ -58,7 +58,9 @@ jobs:
- name: Setup msbuild - name: Setup msbuild
uses: microsoft/setup-msbuild@v2 uses: microsoft/setup-msbuild@v2
- name: Deploy application - name: Deploy application
run: devenv VDownload.sln /Deploy Release run: |
$devenv = & vswhere.exe '-property' productPath
Start-Process -FilePath $devenv -ArgumentList 'VDownload.sln /Deploy Release' -Wait
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: