Skip to content

Merge pull request #131 from Exafunction/roberthou1-badges-docs-canny… #103

Merge pull request #131 from Exafunction/roberthou1-badges-docs-canny…

Merge pull request #131 from Exafunction/roberthou1-badges-docs-canny… #103

name: Build Extension
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild
uses: microsoft/[email protected]
- name: Setup NuGet
uses: NuGet/[email protected]
- name: Restore Packages
run: nuget restore CodeiumVS.sln
- name: Build Solution
run: msbuild CodeiumVS.sln /p:Configuration=Release /p:Platform="Any CPU" /p:TargetFrameworkVersion="v4.8" /restore