You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use multiline commands in build-test actions to get proper exit codes for tests (#620)
* use nuget pack not dotnet pack
* name
* setup nuget separately
* change release name back
* readme
* image before releases
* use multiline
* use line concatenation for a couple places
* no slash
* use &&
* break up steps more
run: cd mzLib && dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" /p:CoverletOutputFormat=cobertura ./Test/Test.csproj
33
+
- name: TestFlashLFQ
34
+
run: cd mzLib && dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" /p:CoverletOutputFormat=cobertura ./TestFlashLFQ/TestFlashLFQ.csproj
0 commit comments