Skip to content

Latest commit

 

History

History
87 lines (54 loc) · 2.14 KB

Configuration-Guide.md

File metadata and controls

87 lines (54 loc) · 2.14 KB
Checkout Configuration

Checkout Step

The checkout step can be used to fetch the latest version of the service from a remote repository.

Checkout Configuration

Clean Configuration

Clean Step

The clean step can be used to clean the project output, similar to the dotnet clean command.

Clean Configuration

Restore Configuration

Restore Step

The restore step can be used to restore the dependencies and tools of a project, similar to the dotnet restore command.

Restore Configuration

Build Configuration

Build Step

The build step builds a project and all of its dependencies, similar to the dotnet build command.

Build Configuration

Test Configuration

Test Step

The test step runs all the unit tests of the project, similar to the dotnet test command.

Test Configuration

Publish Configuration

Publish Step

The publish step publishes the build project, similar to the dotnet publish command.

Publish Configuration

CSV Configuration

CSV Step

The csv step creates all the folder structure required to export the data in CSV format.

CSV Configuration

Database Configuration

Database Step

The database step creates all the database structure required to export the data in database format.

Database Configuration

Scheduled Task Configuration

Scheduled Task Registration Step

The scheduled task registers the xDB Analytics Extractor Scheduled Task.

Scheduled Task Configuration