mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
format
This commit is contained in:
parent
1f2c90bb99
commit
cc76dfab99
@ -86,11 +86,8 @@ function writeFeedToFile(
|
|||||||
core.debug(`Found a URL with key ${key}`);
|
core.debug(`Found a URL with key ${key}`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else if (
|
||||||
if (
|
packageSources['@_value'].toLowerCase().includes(feedUrl.toLowerCase())
|
||||||
packageSources['@_value']
|
|
||||||
.toLowerCase()
|
|
||||||
.includes(feedUrl.toLowerCase())
|
|
||||||
) {
|
) {
|
||||||
const key = packageSources['@_key'];
|
const key = packageSources['@_key'];
|
||||||
sourceKeys.push(key);
|
sourceKeys.push(key);
|
||||||
@ -98,7 +95,6 @@ function writeFeedToFile(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
xml = xmlbuilder
|
xml = xmlbuilder
|
||||||
.create('configuration')
|
.create('configuration')
|
||||||
|
Loading…
Reference in New Issue
Block a user