msbuild/custom-task-code-generation sample fails when called with dotnet pack --no-build
#6721
Closed
2 of 3 tasks
dotnet pack --no-build
#6721
Issue description
When
dotnet pack --no-build
is called on the msbuild/custom-task-code-generation sample it fails with:The issue is caused by line 198:
samples/msbuild/custom-task-code-generation/README.md
Line 198 in 4ae0f85
DependsOnTargets="ResolveReferences"
is forcing a build.Target framework
Check the .NET target framework(s) being used, and include the version number(s).
Executed on GitHub Actions runner so ``dotnet --info` unknown.
The text was updated successfully, but these errors were encountered: