Update action.yml

master v1.1
Vitaly Mikhailov 4 years ago committed by GitHub
parent e871c4f547
commit 27c5fe3e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,6 +58,13 @@ runs:
with: with:
dotnet-version: 5.0.x dotnet-version: 5.0.x
- name: Ensure NuGet Source
uses: fabriciomurta/ensure-nuget-source@v1
with:
name: 'nuget.org'
url: 'https://api.nuget.org/v3/index.json'
- name: Setup BUTR GPR - name: Setup BUTR GPR
uses: actions/setup-dotnet@master uses: actions/setup-dotnet@master
with: with:

Loading…
Cancel
Save