mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
We are no longer bound to the platform-specific directories, so simplify the test organization. If you don't want this change, just skip merging this PR. It's purely optional. This is not very invasive for C#, I'm just dropping the `only` suffix. You could also merge all the platform-specific test dirs, or all test dirs into the top-level directory. I'll leave that up to you.
8 lines
155 B
Bash
Executable File
8 lines
155 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Will fail because of a warning
|
|
dotnet build
|
|
|
|
# Pretend it didn't fail, so extraction succeeds (which doesn't treat warnings as errors)
|
|
exit 0
|