Skip to content

Commit

Permalink
Merge pull request #10 from froque/test_github_actions
Browse files Browse the repository at this point in the history
Create msbuild.yml
  • Loading branch information
froque authored Oct 29, 2023
2 parents e66788b + c0d102f commit d265842
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: .NET

on:
workflow_dispatch

jobs:
build:

runs-on: windows-latest

steps:

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1

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

0 comments on commit d265842

Please sign in to comment.