Skip to content

Bump certifi from 2022.12.7 to 2023.7.22 in /doc #118

Bump certifi from 2022.12.7 to 2023.7.22 in /doc

Bump certifi from 2022.12.7 to 2023.7.22 in /doc #118

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