mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-11-04 12:03:45 +00:00 
			
		
		
		
	Update documentation
This commit is contained in:
		
							parent
							
								
									4aad884a7a
								
							
						
					
					
						commit
						206199fb04
					
				@ -195,6 +195,7 @@ Some environment variables may be necessary for your particular case or to impro
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
| **Env.variable**      | **Description** | **Default value** |
 | 
					| **Env.variable**      | **Description** | **Default value** |
 | 
				
			||||||
| ----------- | ----------- | ----------- |
 | 
					| ----------- | ----------- | ----------- |
 | 
				
			||||||
 | 
					| DOTNET_INSTALL_DIR      |Specifies a directory where .NET SDKs should be installed by the action|*isn't set*|
 | 
				
			||||||
| DOTNET_NOLOGO      |Removes logo and telemetry message from first run of dotnet cli|*false*|
 | 
					| DOTNET_NOLOGO      |Removes logo and telemetry message from first run of dotnet cli|*false*|
 | 
				
			||||||
| DOTNET_CLI_TELEMETRY_OPTOUT   |Opt-out of telemetry being sent to Microsoft|*false*|
 | 
					| DOTNET_CLI_TELEMETRY_OPTOUT   |Opt-out of telemetry being sent to Microsoft|*false*|
 | 
				
			||||||
| DOTNET_MULTILEVEL_LOOKUP   |Configures whether the global install location is used as a fall-back|*true*|
 | 
					| DOTNET_MULTILEVEL_LOOKUP   |Configures whether the global install location is used as a fall-back|*true*|
 | 
				
			||||||
@ -204,7 +205,7 @@ Some environment variables may be necessary for your particular case or to impro
 | 
				
			|||||||
build:
 | 
					build:
 | 
				
			||||||
  runs-on: ubuntu-latest
 | 
					  runs-on: ubuntu-latest
 | 
				
			||||||
  env:
 | 
					  env:
 | 
				
			||||||
    DOTNET_NOLOGO: true
 | 
					    DOTNET_INSTALL_DIR: "some/directory"
 | 
				
			||||||
  steps:
 | 
					  steps:
 | 
				
			||||||
    - uses: actions/checkout@main
 | 
					    - uses: actions/checkout@main
 | 
				
			||||||
    - uses: actions/setup-dotnet@v3
 | 
					    - uses: actions/setup-dotnet@v3
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user