mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-04-06 07:19:55 +00:00
build
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -178,6 +178,7 @@ function writeFeedToFile(feedUrl, existingFileLocation, tempFileLocation) {
|
||||
};
|
||||
const builder = new fast_xml_parser_1.XMLBuilder(xmlBuilderOptions);
|
||||
const output = builder.build(xmlSource);
|
||||
core.debug(output);
|
||||
fs.writeFileSync(tempFileLocation, output);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user