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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |