mirror of
				https://github.com/actions/setup-dotnet.git
				synced 2025-11-04 04:23:45 +00:00 
			
		
		
		
	Fix e2e tests
This commit is contained in:
		
							parent
							
								
									0d91794b7d
								
							
						
					
					
						commit
						8ddbb44939
					
				
							
								
								
									
										6
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							@ -128,13 +128,13 @@ jobs:
 | 
				
			|||||||
      - name: Clear toolcache
 | 
					      - name: Clear toolcache
 | 
				
			||||||
        shell: pwsh
 | 
					        shell: pwsh
 | 
				
			||||||
        run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
 | 
					        run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
 | 
				
			||||||
      - name: Setup dotnet '3.0.100-preview9-014004'
 | 
					      - name: Setup dotnet '3.1.100-preview1-014459'
 | 
				
			||||||
        uses: ./
 | 
					        uses: ./
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          dotnet-version: '3.0.100-preview9-014004'
 | 
					          dotnet-version: '3.1.100-preview1-014459'
 | 
				
			||||||
      - name: Verify dotnet
 | 
					      - name: Verify dotnet
 | 
				
			||||||
        shell: pwsh
 | 
					        shell: pwsh
 | 
				
			||||||
        run: __tests__/verify-dotnet.ps1 3.0.100-preview9-014004
 | 
					        run: __tests__/verify-dotnet.ps1 3.1.100-preview1-014459
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  test-setup-latest-patch-version:
 | 
					  test-setup-latest-patch-version:
 | 
				
			||||||
    runs-on: ${{ matrix.operating-system }}
 | 
					    runs-on: ${{ matrix.operating-system }}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user