mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-10-31 20:13:47 +00:00 
			
		
		
		
	switch side by side testing example to single setup step (#283)
This commit is contained in:
		
							parent
							
								
									53d632b5c0
								
							
						
					
					
						commit
						9283a8cf7a
					
				| @ -81,11 +81,9 @@ jobs: | ||||
|       - name: Setup dotnet | ||||
|         uses: actions/setup-dotnet@v2 | ||||
|         with: | ||||
|           dotnet-version: '2.1.x' | ||||
|       - name: Setup dotnet | ||||
|         uses: actions/setup-dotnet@v2 | ||||
|         with: | ||||
|           dotnet-version: '3.1.x' | ||||
|           dotnet-version: | | ||||
|             2.1.x | ||||
|             3.1.x | ||||
|       - run: dotnet build <my project> | ||||
|       - run: dotnet test <my project> | ||||
| ``` | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user