|
|
@ -31,6 +31,7 @@ jobs:
|
|
|
|
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
|
|
|
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
|
|
|
run: >
|
|
|
|
run: >
|
|
|
|
dotnet test
|
|
|
|
dotnet test
|
|
|
|
|
|
|
|
-p:CSharpier_Bypass=true
|
|
|
|
--configuration Release
|
|
|
|
--configuration Release
|
|
|
|
--logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"
|
|
|
|
--logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"
|
|
|
|
--collect:"XPlat Code Coverage"
|
|
|
|
--collect:"XPlat Code Coverage"
|
|
|
|