Files
dotnet-nix-testing/justfile

9 lines
231 B
Makefile
Raw Normal View History

2025-11-11 16:25:45 +01:00
setup-nuget nuget-pat:
export NUGET_PAT="{{nuget-pat}}"
wget -qO- https://aka.ms/install-artifacts-credprovider.sh | bash
2025-11-11 11:27:13 +01:00
run project:
dotnet restore --packages out
2025-11-11 16:25:45 +01:00
./nuget-to-json out > deps.json
2025-11-11 11:27:13 +01:00
nix run .#{{project}}