Tools supporting continuous integration and deployment for NLU services.
Перейти к файлу
Eric Rozell 3e4b0cc4e0
Fixes issue with where NLU results are downloaded (#345)
When using `DownloadPipelineArtifact` as opposed to `download`, the artifacts are flattened into $(Pipeline.Workspace) (rather than being placed into a sub-folder named after the artifact). This updates the baseline path to point to the correct location for downloaded NLU results.
2020-11-18 15:27:15 -05:00
.azdo Fixes issue with where NLU results are downloaded (#345) 2020-11-18 15:27:15 -05:00
.config Use latest download and publish artifacts approach (#341) 2020-11-18 12:53:30 -05:00
docs Cleans up old pipelines and fixes documentation (#340) 2020-11-18 12:55:33 -05:00
extensions Removes build tag from NLUTest extension (#343) 2020-11-16 15:41:00 -05:00
models Adds thresholds to compare command configuration (#279) 2020-05-18 22:23:11 -04:00
src Unifies pipelines for CLI, extension and release (#338) 2020-11-16 12:01:41 -05:00
.gitignore Add additional appsettings JSON to .gitignore 2019-07-19 16:23:13 -04:00
LICENSE Initial commit 2018-11-27 18:19:15 -08:00
README.md Splits command for F-measure and unit testing (#274) 2020-03-09 14:15:25 -04:00
SECURITY.md Adds SECURITY.md to the repo (#180) 2019-09-10 10:01:36 -04:00
_config.yml Splits command for F-measure and unit testing (#274) 2020-03-09 14:15:25 -04:00

README.md

NLU.DevOps · Build Status PRs Welcome

Continuous integration and deployment of NLU models.

Getting Started

Getting Started with the NLU.DevOps Azure DevOps extension

We have published an Azure DevOps extension that wraps the steps below into three pipeline tasks for training, testing and deleting your NLU model. To get started, install the NLU.DevOps extension to your Azure DevOps organization.

See the Azure DevOps extension overview for more details.

Detailed information for each Azure Pipelines task can be found in the docs folder:

Getting Started with the NLU.DevOps CLI

To install the NLU.DevOps CLI tool, run:

dotnet tool install -g dotnet-nlu

This will install the CLI tool to your default .NET Core tools path. See the documentation on the dotnet tool install command for more information on how to customize the installation directory or package source.

The CLI tool by default supports training and testing NLU models against LUIS and Lex.

Detailed information on the CLI tool sub-commands and arguments can be found in the docs folder:

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

For more information on reporting potential security vulnerabilities, see the Security overview.