Dodger - API
Install-SitecoreUpdateItemsPackage
Installs the Sitecore update package to a specific location if Sitecore was updated.
Install-SitecoreUpdateItemsPackage [-SourceWebsitePath] <String> [-TargetWebSitePath] <String> [-OutputLocation] <String> [<CommonParameters>]
New-ConfigNugetPackage
Builds the NuGet package containing all config files.
New-ConfigNugetPackage [-Source] <String> [-PackageName] <String> [-Version] <String> [-OutputFolder] <String> [-NugetCommand] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
New-NugetPackage
Builds a NuGet package.
New-NugetPackage [-BaseFolder] <String> [-PackageName] <String> [-Version] <String> [-OutputFolder] <String> [[-NugetCommand] <String>] [<CommonParameters>]
New-ScSerializationNugetPackage
Builds the NuGet package containing all serialization files.
New-ScSerializationNugetPackage [-Source] <String> [-PackageName] <String> [-Version] <String> [-OutputFolder] <String> [-NugetCommand] <String> [[-DistributedSerialization] <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]
New-ScSerializationPackage
Builds a Sitecore Update packages automatically with the help of Sitecore Courier, by analyzing two Sitecore packages and packaging only changed items.
New-ScSerializationPackage [-Source] <String> [-Target] <String> [-OutputFile] <String> [[-CollisionMode] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
New-ScWebsiteNugetPackage
Generates a NuGet package for a Sitecore Website.
New-ScWebsiteNugetPackage [-WebsiteFolder] <String> [-PackageName] <String> [-Version] <String> [-OutputFolder] <String> [[-NugetCommand] <String>] [<CommonParameters>]
New-ScWebsitePackage
Builds and publishes every Visual Studio project in the repository.
New-ScWebsitePackage [-MSBuildPath] <String> [-OutputFolder] <String> [[-TempPath] <String>] [[-SolutionPath] <String>] [<CommonParameters>]
ResolvePath
ResolvePath [[-PackageId] <Object>] [[-RelativePath] <Object>]
Set-BuildPinned
Pins a specific TeamCity build.
Set-BuildPinned [-BuildId] <String> [-User] <String> [-Password] <String> [<CommonParameters>]
Set-TeamcityVariables
Sets all TeamCity parameters for a specific website build.
Set-TeamcityVariables [-WebsiteProjectDirectory] <String> [-BuildNumber] <Int32> [-NugetVersion] <String> [<CommonParameters>]
Test-ReleaseBuild
Returns true if the provided branch is a release or hotfix branch.
Test-ReleaseBuild [-Branch] <String> [<CommonParameters>]