CS8032: Build task may fail using Azure DevOps CI/CD pipeline #51955
Unanswered
Benny56
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The build task used in a Azure DevOps CI/CD pipeline may fail with a #CS8032 warning when the default .NET compiler is invoked.
It worked for me to make sure that the latest compiler version is used.
I have added to my .csproj:
Finally the project was built.
Beta Was this translation helpful? Give feedback.
All reactions