issues
search
elastic
/
ecs-dotnet
https://www.elastic.co/guide/en/ecs-logging/dotnet/current/setup.html
Apache License 2.0
119
stars
59
forks
source link
Various cleanups to our github action setup
#283
Closed
Mpdreamz
closed
1 year ago
Mpdreamz
commented
1 year ago
Few fixes:
removes docker-run, I think it makes more sense to run on the richer
linux-latest
host.
Ensure we fetch all tags always through common bootstrap action (the default is depth of
1
which does not get all the tags).
Ensure dotnet installs using version defined in
global.json
(single source of truth).
Fix windows build not using single targets (
-s true
) and thus inadvertingly calling
clean
and not publishing the windows test results.
Remove
.ci
folder completely.
Few fixes:
linux-latest
host.1
which does not get all the tags).global.json
(single source of truth).-s true
) and thus inadvertingly callingclean
and not publishing the windows test results..ci
folder completely.