Update action.yml

master
Vitalii Mikhailov 2 years ago committed by GitHub
parent 29e22f668a
commit bb5e78c0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,28 +11,24 @@ inputs:
runs: runs:
using: "composite" using: "composite"
steps: steps:
- name: Checkout Repository - uses: actions/checkout@v2
uses: actions/checkout@v2
with: with:
submodules: 'recursive' submodules: 'recursive'
fetch-depth: ${{inputs.fetch-depth}} fetch-depth: ${{inputs.fetch-depth}}
- name: Setup .NET 6, 7, 8 - uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v3
with: with:
dotnet-version: | dotnet-version: |
6.x.x 6.x.x
7.x.x 7.x.x
8.x.x 8.x.x
- name: Ensure NuGet Source - uses: fabriciomurta/ensure-nuget-source@v1
uses: fabriciomurta/ensure-nuget-source@v1
with: with:
name: 'nuget.org' name: 'nuget.org'
url: 'https://api.nuget.org/v3/index.json' url: 'https://api.nuget.org/v3/index.json'
- name: Setup BUTR GPR - uses: actions/setup-dotnet@master
uses: actions/setup-dotnet@master
with: with:
source-url: https://nuget.pkg.github.com/BUTR/index.json source-url: https://nuget.pkg.github.com/BUTR/index.json
env: env:

Loading…
Cancel
Save