Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Bump actions/checkout from 3 to 4 #21

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #21

Workflow file for this run

name: CI_build
on: [push, pull_request]
jobs:
build:
runs-on: windows-2019
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1
- name: MSBuild of plugin dll
working-directory: ./Demo Plugin/
run: msbuild NppManagedPluginDemo.sln /m /verbosity:detailed