mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-04-05 14:59:49 +00:00
add debug log
This commit is contained in:
@ -191,5 +191,7 @@ function writeFeedToFile(
|
||||
|
||||
const output = builder.build(xmlSource);
|
||||
|
||||
core.debug(output)
|
||||
|
||||
fs.writeFileSync(tempFileLocation, output);
|
||||
}
|
||||
|
Reference in New Issue
Block a user