mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	dotnet-sdk: Set MSBuildSDKsPath environment (#479)
OmniSharp isn't able to find SDKs otherwise (see https://github.com/OmniSharp/omnisharp-vscode/issues/2970#issuecomment-524292461)
This commit is contained in:
		
							parent
							
								
									e7a9fe3363
								
							
						
					
					
						commit
						3e62aa78bc
					
				@ -15,7 +15,8 @@
 | 
			
		||||
    },
 | 
			
		||||
    "bin": "dotnet.exe",
 | 
			
		||||
    "env_set": {
 | 
			
		||||
        "DOTNET_ROOT": "$dir"
 | 
			
		||||
        "DOTNET_ROOT": "$dir",
 | 
			
		||||
        "MSBuildSDKsPath": "$dir\\sdk\\$version\\Sdks"
 | 
			
		||||
    },
 | 
			
		||||
    "checkver": {
 | 
			
		||||
        "url": "https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user