Skip to content

Bump urllib3 from 1.26.5 to 1.26.18 in /doc #109

Bump urllib3 from 1.26.5 to 1.26.18 in /doc

Bump urllib3 from 1.26.5 to 1.26.18 in /doc #109

Workflow file for this run

name: Build PLGX
on: [push, pull_request]
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: nuget restore
- name: Setup MSBuild.exe
uses: microsoft/[email protected]
- name: Build PLGX
run: msbuild /property:Configuration=ReleasePlgx /t:build KeeAgent.sln
- name: List PLGX
run: ~\.nuget\packages\plgxtool\1.0.3\tools\PlgxTool.exe -l .\KeeAgent\bin\ReleasePlgx\KeeAgent.plgx
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: KeeAgent.plgx
path: KeeAgent/bin/ReleasePlgx/KeeAgent.plgx