< Back

Set-DevartPackageInfo

Mon Jan 13, 2020 7:09 pm

NAME Set-DevartPackageInfo



SYNOPSIS

Set the properties to identify a package before export and/or publish DatabaseProject.





SYNTAX

Set-DevartPackageInfo -Id <string> -Project <DatabaseProject> [-Description <string>] [-Documentation <string>]

[-Version <string>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-Project <DatabaseProject>

"Output object of the Invoke-DevartDatabaseBuild or New-DevartDatabaseProject cmdlets which return the

DatabaseProject.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Id <string>

Unique identifier for the package you are creating.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Version <string>

Version of the package. It must be in a valid NuGet version format (e.g. 1.0.1-beta).



Required? false

Position? named

Default value 1.0.0

Accept pipeline input? false

Accept wildcard characters? false



-Description <string>

Description of the package you are creating.



Required? false

Position? named

Default value Automatically generated by Devart dbForge DevOps Automation PowerShell for SQL

Server.

Accept pipeline input? false

Accept wildcard characters? false



-Documentation <string>

A path where the documentation of database is located.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Boolean





---------- EXAMPLE 1 ----------



Set-DevartPackageInfo -Project $databaseProject -Id Devart.DbForge.DevOpsAutomation.ScriptFolder -Version

1.0.0-beta





RELATED LINKS

Online help: https://docs.devart.com/devops-automati ... eInfo.html