-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set blame timeout to 60s, improve build.cmd
with build ci
, build test -release
and the like
#29
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Re-enable parallelization Blame-timeout to 60s
abelbraaksma
force-pushed
the
improve-gh-actions
branch
from
October 15, 2022 14:44
1bbca40
to
7724332
Compare
abelbraaksma
force-pushed
the
improve-gh-actions
branch
from
October 15, 2022 19:29
cd0a6d5
to
5470542
Compare
abelbraaksma
changed the title
Set blame timeout to 60s and add a
Set blame timeout to 60s, improve Oct 15, 2022
build.cmd
for simpler GH actionsbuild.cmd
with build ci
, build test -release
and the like
abelbraaksma
added a commit
that referenced
this pull request
Oct 15, 2022
abelbraaksma
added a commit
that referenced
this pull request
Oct 15, 2022
abelbraaksma
added a commit
that referenced
this pull request
Oct 15, 2022
abelbraaksma
added a commit
that referenced
this pull request
Oct 15, 2022
abelbraaksma
force-pushed
the
improve-gh-actions
branch
from
October 15, 2022 20:13
964f02e
to
3fe8967
Compare
abelbraaksma
added a commit
that referenced
this pull request
Oct 15, 2022
Update readme with `build`, see #29 for details Add help-option to build.cmd
abelbraaksma
force-pushed
the
improve-gh-actions
branch
from
October 15, 2022 20:16
3fe8967
to
c6dffbd
Compare
abelbraaksma
force-pushed
the
improve-gh-actions
branch
from
October 15, 2022 20:23
c6dffbd
to
f9df45c
Compare
abelbraaksma
added
github_actions
Pull requests that update GitHub Actions code
build and infra
Related to building or infrastructure
labels
Oct 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build and infra
Related to building or infrastructure
github_actions
Pull requests that update GitHub Actions code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Once this is in, the following commands become available for local build (and for CI)
The default for
dotnet test
, that is,build test
is the Release build, with detailed test output, which effectively means: every test will be logged to your screen.To disable that, just add
--logger console;verbosity=summary
, for instance.ATM, additional arguments cannot contain double quotes.