Checkout Configuration
The checkout step can be used to fetch the latest version of the service from a remote repository.
Clean Configuration
The clean step can be used to clean the project output, similar to the dotnet clean
command.
Restore Configuration
The restore step can be used to restore the dependencies and tools of a project, similar to the dotnet restore
command.
Build Configuration
The build step builds a project and all of its dependencies, similar to the dotnet build
command.
Test Configuration
The test step runs all the unit tests of the project, similar to the dotnet test
command.
Publish Configuration
The publish step publishes the build project, similar to the dotnet publish
command.
CSV Configuration
The csv step creates all the folder structure required to export the data in CSV format.
Database Configuration
The database step creates all the database structure required to export the data in database format.
Scheduled Task Configuration
The scheduled task registers the xDB Analytics Extractor Scheduled Task
.