Update workflow.yml

removed  ver 5.0 from multiple versions  test
This commit is contained in:
La'Kaleigh Harris 2021-10-18 21:55:30 -04:00 committed by GitHub
parent b4adecf35b
commit 4915c80158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,13 +45,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 2.2.402 - name: Setup dotnet 2.2.402 and 3.1.404
uses: ./ uses: ./
with: with:
dotnet-version: '2.2.402 , 3.1.404 , 5.0.100' dotnet-version: '2.2.402,3.1.404'
- name: Verify dotnet - name: Verify dotnet
shell: pwsh shell: pwsh
run: __tests__/verify-dotnet.ps1 ru run: __tests__/verify-dotnet.ps1 2.2.402 3.1.404
test-setup-full-version: test-setup-full-version:
runs-on: ${{ matrix.operating-system }} runs-on: ${{ matrix.operating-system }}