9 lines
231 B
Makefile
9 lines
231 B
Makefile
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
|
|
nix run .#{{project}}
|