Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NLUTest target framework failing in Azure pipeline using windows agent #349

Open
yeniercastaneda opened this issue Feb 10, 2022 · 1 comment

Comments

@yeniercastaneda
Copy link

I'm using the NLUTest task in Azure pipeline with window latest agent version, recently the task start giving this error

Tool 'dotnet-nlu' (version '0.8.1') was successfully installed.
"C:\hostedtoolcache\windows\dotnet\dotnet.exe" nlu test -s luisV3 -u luis-app/tests/unittests.json -o D:\a_temp/results.json -v
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '2.1.0' was not found.

I can install the .Net SDK version 2.x and this will work, but I want to know it will be possible to update the project target framework to a more updated version.

jorgegarcia93 added a commit to jorgegarcia93/NLU.DevOps that referenced this issue Feb 25, 2022
@jorgegarcia93
Copy link

@yeniercastaneda this Pull Request upgrades the target framework to use dotnet core 3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants