c# Source generator not working in pipeline
I have created a source generator that works perfectly on my local machine; however, when it’s being built by our CI-CD pipeline (Azure devops – DotNetCoreCLI@2), it does not seem to work.
I have created a source generator that works perfectly on my local machine; however, when it’s being built by our CI-CD pipeline (Azure devops – DotNetCoreCLI@2), it does not seem to work.