We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3efd1 commit 33fad1dCopy full SHA for 33fad1d
src/setup-dotnet.ts
@@ -49,7 +49,7 @@ export async function run() {
49
}
50
51
function getVersionFromGlobalJson(globalJsonPath: string): string {
52
- const optionValues = ['latestFeature', 'latestPatch']
+ const optionValues = ['latestFeature', 'latestPatch'];
53
let version: string = '';
54
const globalJson = JSON.parse(
55
// .trim() is necessary to strip BOM https://github.com/nodejs/node/issues/20649
0 commit comments