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

Latest commit

 

History

History
8 lines (6 loc) · 358 Bytes

LifebearBuild.md

File metadata and controls

8 lines (6 loc) · 358 Bytes

ビルド手順

  1. version.jsonversion を書き換える。元のバージョン +100 にする
  2. Dapper ディレクトリで dotnet msbuild /p:Configuration=Release /p:PublicRelease=true /t:Pack

メモ

バージョン番号の管理には Nerdbank.GitVersioning が使われている。

https://github.com/AArnott/Nerdbank.GitVersioning