49a0af8165
* add tests with base test class * update locks * pin coverage to 4.4.0 * this is a subjob with uses, pass the secrets * fix secret passing * try quotes * try a different glob * Try simplier glob * try something else * try ubuntu for uploads * update build.sh * fix target * update test only target
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
dotnet run --project Build/Build.csproj -- "$@"
|