mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-10-31 16:13:46 +00:00 
			
		
		
		
	Lint
This commit is contained in:
		
							parent
							
								
									db362d751e
								
							
						
					
					
						commit
						8b1e9ddf26
					
				| @ -45,8 +45,8 @@ describe('installer tests', () => { | ||||
|     const dotnetDir = path.join(toolDir, 'dncs', '2.2.105', os.arch()); | ||||
| 
 | ||||
|     const globalJsonPath = path.join(process.cwd(), 'global.json'); | ||||
|     const jsonContents = `{${os.EOL}"sdk": {${os.EOL}"version": "2.2.105"${os.EOL}}${os.EOL}}` | ||||
|     if(!fs.existsSync(globalJsonPath)) { | ||||
|     const jsonContents = `{${os.EOL}"sdk": {${os.EOL}"version": "2.2.105"${os.EOL}}${os.EOL}}`; | ||||
|     if (!fs.existsSync(globalJsonPath)) { | ||||
|       fs.writeFileSync(globalJsonPath, jsonContents); | ||||
|     } | ||||
|     await setup.run(); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user