Skip to content

Commit d265842

Browse files
authored
Merge pull request #10 from froque/test_github_actions
Create msbuild.yml
2 parents e66788b + c0d102f commit d265842

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: .NET
2+
3+
on:
4+
workflow_dispatch
5+
6+
jobs:
7+
build:
8+
9+
runs-on: windows-latest
10+
11+
steps:
12+
13+
- name: Add msbuild to PATH
14+
uses: microsoft/[email protected]
15+
16+
- name: Build app for release
17+
run: /p:Configuration=Release /p:DeployExtension=false "VSIXInteropFormsToolkit.sln"

0 commit comments

Comments
 (0)