Closed adamreeve closed 4 months ago
For some reason:
dotnet build csharp --version-suffix="something"
is ok, but
dotnet build csharp --version-suffix=""
fails with "Required argument missing for option: '--version-suffix'." (see https://github.com/G-Research/ParquetSharp/actions/runs/9636767326/job/26575196786)
We need to instead use:
dotnet build csharp --version-suffix ""
For some reason:
is ok, but
fails with "Required argument missing for option: '--version-suffix'." (see https://github.com/G-Research/ParquetSharp/actions/runs/9636767326/job/26575196786)
We need to instead use: