Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CCianfloneDev committed Jan 9, 2024
2 parents 330a946 + 9f35a58 commit 1526cc2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build VB.NET Application

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: windows-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup MSBuild path
uses: microsoft/[email protected]

- name: Restore NuGet packages
run: nuget restore VBCrm.sln

- name: Build solution
run: msbuild /p:Configuration=Release VBCrm.sln

0 comments on commit 1526cc2

Please sign in to comment.