add package integration tests

This commit is contained in:
2023-05-20 16:38:10 +00:00
parent 2642f54334
commit 86c1a7f346
3 changed files with 130 additions and 9 deletions

View File

@@ -4,4 +4,5 @@ alias nixe='nix --experimental-features "nix-command flakes"'
alias nulock='nixe run .#devTasks.updateNugetLock'
alias fllock='nixe run .#devTasks.updateFlakeLock'
alias ulock='nulock && fllock'
alias restore-on-current-source='nixe build && dotnet nuget locals all -c && dotnet restore -s result/share -s https://api.nuget.org/v3/index.json $1'
alias .net='nixe run .#devTasks.runDotNet -- $@'
alias rat='nixe run .#devTasks.runAllTests'