Skip to content

Build nuget packages

Rodel E. Dagumampan edited this page Nov 23, 2019 · 11 revisions
dotnet pack ./yuniql-extensibility/Yuniql.Extensibility.csproj -p:packageversion=0.2.0 -c release -o nupkgs
dotnet pack ./yuniql-core/Yuniql.Core.csproj -p:packageversion=0.2.0 -c release -o nupkgs
dotnet pack ./yuniql-sqlserver/Yuniql.SqlServer.csproj -p:packageversion=0.2.0 -c release -o nupkgs
dotnet pack ./yuniql-plugins/postgresql/src/Yuniql.PostgreSql.csproj -p:packageversion=0.2.0 -c release -o nupkgs