mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
build
This commit is contained in:
parent
1d2f8f9eaf
commit
bdd38d13dc
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);
|
||||
}
|
||||
|
||||
|
@ -191,7 +191,7 @@ function writeFeedToFile(
|
||||
|
||||
const output = builder.build(xmlSource);
|
||||
|
||||
core.debug(output)
|
||||
core.debug(output);
|
||||
|
||||
fs.writeFileSync(tempFileLocation, output);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user