Update action.yml

master v2.2
Vitalii Mikhailov 2 years ago committed by GitHub
parent 55846ecc68
commit 84191e9062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,15 +17,13 @@ runs:
submodules: 'recursive'
fetch-depth: ${{inputs.fetch-depth}}
- name: Setup .NET 6
uses: actions/setup-dotnet@master
with:
dotnet-version: 6.x.x
- name: Setup .NET 7
uses: actions/setup-dotnet@master
- name: Setup .NET 6, 7, 8
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x.x
dotnet-version: |
6.x.x
7.x.x
8.x.x
- name: Ensure NuGet Source
uses: fabriciomurta/ensure-nuget-source@v1

Loading…
Cancel
Save