Skip to content
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

Azure pipeline improvements #965

Merged
merged 40 commits into from
May 5, 2020
Merged

Azure pipeline improvements #965

merged 40 commits into from
May 5, 2020

Conversation

mregen
Copy link
Contributor

@mregen mregen commented May 4, 2020

  • stages now run parallel, cut runtime by a few minutes
  • supposedly fix the intermittent build errors for solutions, always restore before build or test
  • simplify pipeline scripts by changing a few project names
  • seperate script for code coverage
  • add upload to codecov and codacy, for the latter only if the token is set
  • move nohttps build to dotnet build stage
  • fix a VS2019 warning in .editorconfig
  • give lgtm more coverage by using sample projects

@mregen mregen requested a review from AlinMoldovean May 4, 2020 16:50
@mregen mregen merged commit 4cd7100 into master May 5, 2020
@mregen mregen deleted the codecov branch May 5, 2020 10:06
saurla pushed a commit to NAPCON/UA-.NETStandard that referenced this pull request Jul 22, 2020
- stages now run parallel, cut runtime by a few minutes if we get enough hosted agents...
- supposedly fix the intermittent build errors for solutions, always restore before build or test
- simplify pipeline scripts by changing a few project names
- seperate script for code coverage
- add upload to codecov and codacy, for the latter only if the token is set
- move nohttps build to dotnet build stage
- fix a VS2019 warning in .editorconfig
- give lgtm more coverage by using sample projects

For code coverage, check:
https://codecov.io/gh/OPCFoundation/UA-.NETStandard

For lgtm results, check:
https://lgtm.com/projects/g/OPCFoundation/UA-.NETStandard/?mode=list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants