using nuget package from private feed

This commit is contained in:
2025-11-11 16:25:45 +01:00
parent 7dc5db1e17
commit e736e78604
6 changed files with 141 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
setup-nuget nuget-pat:
export NUGET_PAT="{{nuget-pat}}"
wget -qO- https://aka.ms/install-artifacts-credprovider.sh | bash
run project:
dotnet restore --packages out
nuget-to-json out > deps.json
./nuget-to-json out > deps.json
nix run .#{{project}}