Configure NuGet

This commit is contained in:
jklingen 2025-01-04 16:34:38 +01:00
commit 8249ff064d

View file

@ -32,6 +32,9 @@ jobs:
with: with:
dotnet-version: '5.0.100' dotnet-version: '5.0.100'
- name: Configure NuGet
run: nuget sources Add -Name "NuGet.org" -Source "https://api.nuget.org/v3/index.json"
- name: Install MSBuild.Community.Tasks - name: Install MSBuild.Community.Tasks
run: nuget install MSBuild.Community.Tasks -Version 1.5.0.235 -OutputDirectory packages run: nuget install MSBuild.Community.Tasks -Version 1.5.0.235 -OutputDirectory packages