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

deps: Update dependency Grynwald.SharedBuild to version 4 #558

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Grynwald.SharedBuild (source) 3.0.10 -> 4.0.29 age adoption passing confidence

Release Notes

ap0llo/shared-build (Grynwald.SharedBuild)

v4.0.29

New Features

Bug Fixes

Breaking Changes

Details

Skip execution of the "ValidateCodeFormatting" task when build is running on Azure Pipelines

Running dotnet format on Azure Pipelines when using the .NET 9 SDK and Nerdbank.GitVersioning is installed causes the build to hang (see https://github.com/dotnet/sdk/issues/44951).

To work around this, skip the task when running on Azure Pipelines and emit a warning about the task being skipped

Upgrade to .NET 9 and Cake 5

Breaking Change

GitHub Actions Integration: Add GitHub Actions support

Add support to all tasks for running builds on GitHub Actions instead of Azure Pipelines.

Include Cake.BuildSystems module by default

Include Cake.BuildSystems.Module in the SharedBuild package's dependencies and enable support for Azure Pipelines and GitHub Actions implicitly in UseSharedBuild().

This removes the need to explicitly install and load the modules in projects using the SharedBuild package.

Make reporting of code coverage more consistent (#​152)

Adjust how code coverage reports are generated and make behavior consistent between local and CI builds

  • The combined coverage data (Cobertura.xml) will be placed directly in the code coverage output directory

  • The "Report" directory will always contain a HTML report (no longer a Azure Pipelines specific report when running on Azure Pipelines.

  • The HTML report as well as the Cobertura.xml is now published as pipeline artifact on both Azure Pipelines and GitHub Actions

  • The Azure Pipelines-specific HTML report that is shown in the web UI is now generated in a temporary directory (and only when publishing results to Azure Pipelines)

  • Pull Request: #​152

  • Commit: 3ddb9b4

Fix detection of Pull Request builds on Azure Pipelines

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Updates-dependency: Grynwald.SharedBuild
Updates-dependency-from-version: 3.0.10
Updates-dependency-to-version: 4.0.29
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 24, 2024
Copy link
Contributor Author

renovate bot commented Dec 24, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: build/packages.lock.json
[17:34:24.246] INFO (921): Installing tool [email protected]...
[17:34:30.989] ERROR (921): Command failed with exit code 145: /opt/containerbase/tools/dotnet/dotnet new

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'new' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 8.0.404
global.json file: /tmp/renovate/repos/github/ap0llo/changelog/global.json

Installed SDKs:

Install the [8.0.404] .NET SDK or update [/tmp/renovate/repos/github/ap0llo/changelog/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

8.0.100 [/opt/containerbase/tools/dotnet/sdk]
[17:34:30.990] FATAL (921): Install tool dotnet failed in 6.7s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants