mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-10-31 23:33:45 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									7b2009794e
								
							
						
					
					
						commit
						d8cff32ae5
					
				
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
								
							| @ -23,13 +23,23 @@ See [action.yml](action.yml) | ||||
| Basic: | ||||
| ```yaml | ||||
| steps: | ||||
| - uses: actions/checkout@main | ||||
| - uses: actions/checkout@v2 | ||||
| - uses: actions/setup-dotnet@v1 | ||||
|   with: | ||||
|     dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel | ||||
| - run: dotnet build <my project> | ||||
| ``` | ||||
| 
 | ||||
| Preview version: | ||||
| ```yml | ||||
| steps: | ||||
| - uses: actions@checkout@v2 | ||||
|   with: | ||||
|     dotnet-version: '6.0.x' | ||||
|     include-prerelease: true | ||||
| - run: dotnet build <my project> | ||||
| ``` | ||||
| 
 | ||||
| Matrix Testing: | ||||
| ```yaml | ||||
| jobs: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user