mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-06 10:47:07 +00:00
build
This commit is contained in:
parent
1d2f8f9eaf
commit
bdd38d13dc
2 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue