mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 11:31:07 +07:00
add debug log
This commit is contained in:
parent
354d280fa3
commit
1d2f8f9eaf
@ -191,5 +191,7 @@ function writeFeedToFile(
|
||||
|
||||
const output = builder.build(xmlSource);
|
||||
|
||||
core.debug(output)
|
||||
|
||||
fs.writeFileSync(tempFileLocation, output);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user