Skip to content

Commit 3e4b0cc

Browse files
authored
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.
1 parent f0a119a commit 3e4b0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azdo/templates/jobs/nlu/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
--expected models/tests.json
7373
--actual $(Build.ArtifactStagingDirectory)/results.json
7474
--test-settings models/compare.yml
75-
--baseline $(Pipeline.Workspace)/nlu/statistics.json
75+
--baseline $(Pipeline.Workspace)/statistics.json
7676
--output-folder $(Build.ArtifactStagingDirectory)
7777

7878
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)