microsoft / NLU.DevOps

Tools supporting continuous integration and deployment for NLU services.
MIT License
36 stars 24 forks source link

Fixes issue with where NLU results are downloaded #345

Closed rozele closed 3 years ago

rozele commented 3 years ago

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.