Skip to content

chore: update dependencies #4

chore: update dependencies

chore: update dependencies #4

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: setup MSBuild
uses: microsoft/setup-msbuild@v1
- name: setup NuGet
uses: nuget/setup-nuget@v1
- name: restore packages
run: nuget restore MBRC.sln -OutputDirectory packages -NonInteractive
- name: build
run: msbuild MBRC.sln /p:Configuration="Release" /m /v:M /fl /flp:LogFile=msbuild.log;Verbosity=Normal /nr:false
- uses: actions/upload-artifact@v3
with:
name: mbrc-plugin
path: |
build/bin/plugin/Release/mb_remote.dll
build/bin/firewall-utility/Release/firewall-utility.exe