mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-10-31 19:33:45 +00:00 
			
		
		
		
	Prettier
This commit is contained in:
		
							parent
							
								
									5e45b4b591
								
							
						
					
					
						commit
						f3822c3b02
					
				| @ -53,9 +53,11 @@ describe('setup-dotnet tests', () => { | ||||
|       fs.writeFileSync(globalJsonPath, jsonContents); | ||||
|     } | ||||
| 
 | ||||
|     const version = '3.1' | ||||
|     const installer = new dotnetInstaller.DotnetCoreInstaller(version) | ||||
|     const patchVersion = await installer.resolveVersion(new dotnetInstaller.DotNetVersionInfo(version)) | ||||
|     const version = '3.1'; | ||||
|     const installer = new dotnetInstaller.DotnetCoreInstaller(version); | ||||
|     const patchVersion = await installer.resolveVersion( | ||||
|       new dotnetInstaller.DotNetVersionInfo(version) | ||||
|     ); | ||||
|     await setup.run(); | ||||
| 
 | ||||
|     expect(fs.existsSync(path.join(toolDir, 'sdk', patchVersion))).toBe(true); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user