C# Класс Elastacloud.AzureManagement.Fluent.Services.Classes.BuildActivity

Implements IBuildActivity and also builds the project through msbuild if it exists
Наследование: IBuildActivity
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DirectoryRoot string

Открытые методы

Метод Описание
Build ( ) : void

Build using the msbuild profile

BuildActivity ( DeploymentManager manager ) : System

Sets the deployment manager and assumes that there will be a rebuild

Rebuild ( ) : void

Rebuilds the build with the new params and file changes for csdef

SetCspkgEndpoint ( Uri uriEndpoint, System.Xml.Linq.XDocument configuration ) : IHostedServiceActivity

Приватные методы

Метод Описание
IBuildActivity ( string directoryName ) : IDefinitionActivity

Creates a buildactivity if one does not already exist and sets the ccproj file for msbuild

IBuildActivity ( string uriEndpoint, string cscfgFilePath ) : IHostedServiceActivity

This will set the endpoint to the .cspkg file and determine whether it exists locally or in blob storage

RebuildWithCcProjFile ( string filePath ) : void

Creates a buildactivity if one does not already exist and sets the ccproj file for msbuild

StartMsBuildProcess ( ) : Process

Defines the msbuild process to be used to build the cloud project

Описание методов

Build() публичный Метод

Build using the msbuild profile
public Build ( ) : void
Результат void

BuildActivity() публичный Метод

Sets the deployment manager and assumes that there will be a rebuild
public BuildActivity ( DeploymentManager manager ) : System
manager DeploymentManager
Результат System

Rebuild() публичный Метод

Rebuilds the build with the new params and file changes for csdef
public Rebuild ( ) : void
Результат void

SetCspkgEndpoint() публичный Метод

public SetCspkgEndpoint ( Uri uriEndpoint, System.Xml.Linq.XDocument configuration ) : IHostedServiceActivity
uriEndpoint System.Uri
configuration System.Xml.Linq.XDocument
Результат IHostedServiceActivity

Описание свойств

DirectoryRoot публичное свойство

public string DirectoryRoot
Результат string