Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
froque authored Oct 29, 2023
1 parent edc3645 commit ecb2769
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ jobs:

- name: Build app for release
run: msbuild /p:Configuration=Release /p:DeployExtension=false VSIXInteropFormsToolkit.sln

- uses: actions/upload-artifact@v2
with:
name: VSIXInteropFormsToolkit.vsix
path: VSIXInteropFormsToolkit\bin\Release\VSIXInteropFormsToolkit.vsix

0 comments on commit ecb2769

Please sign in to comment.