Davyd McColl
Davyd McColl
yeah, the problem is i'm not running on ubuntu, so using `ubuntu-latest=-self-hosted` would attempt (as far as I understand) to run the workflow on my manjaro system, which defeats the...
this is still an issue - trying to use a public package today, but that package only exists at nuget.org; however, I can see csharp-repl attempting to get it from...
o ok, so if there's a local nuget.config, that takes precedence - I can work around it like that - I currently alias `csharprepl` to just `c#` at the cli,...
For anyone else who wants it, this is my convenience script `c#`, which I'm using to replace my alias: ```bash #!/bin/bash if ! which csharprepl &> /dev/null; then if !...