1 Commits

Author SHA1 Message Date
b1786eb578 CI: fix dotnet nuget list source
Some checks failed
release-nuget-package / Release NuGet Package (push) Failing after 28s
2026-02-13 20:00:44 +01:00

View File

@@ -18,7 +18,7 @@ jobs:
with: with:
dotnet-version: "10.0.x" dotnet-version: "10.0.x"
- name: "Get configured dotnet sources" - name: "Get configured dotnet sources"
run: dotnet nuget list sources run: dotnet nuget list source
- name: "Build Interfaces Project" - name: "Build Interfaces Project"
run: dotnet build -c PublishNuget ./Interfaces/Interfaces.csproj run: dotnet build -c PublishNuget ./Interfaces/Interfaces.csproj
- name: "Release to Package Registry" - name: "Release to Package Registry"