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