Skip to content

Commit

Permalink
Merge branch 'release/5.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Dec 1, 2024
2 parents b5aecda + 1f2d6d1 commit 5c05534
Show file tree
Hide file tree
Showing 161 changed files with 509 additions and 1,389 deletions.
5 changes: 2 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ install:
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
- ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.417 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.404 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.100 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.404 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.100 -InstallDir $env:DOTNET_INSTALL_DIR'
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
- ps: dotnet --info

Expand Down
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "1.3.0",
"version": "2.3.0",
"commands": [
"dotnet-cake"
]
Expand Down
19 changes: 14 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,24 @@
":includeNodeModules"
],
"packageRules": [
{
"description": "Ignore Cake runner minor and patch updates",
"matchDepNames": [
"Cake.Tool",
"Cake.Frosting"
],
"matchUpdateTypes": ["minor", "patch"],
"enabled": false
},
{
"description": "Group Azure DevOps packages together",
"matchManagers": [
"nuget"
],
"matchPackagePatterns": [
"Microsoft.TeamFoundationServer.Client|Microsoft.VisualStudio.Services.InteractiveClient"
],
"groupName": "Azure DevOps Client"
"groupName": "Azure DevOps Client",
"matchPackageNames": [
"/Microsoft.TeamFoundationServer.Client|Microsoft.VisualStudio.Services.InteractiveClient/"
]
}
]
}
}
1 change: 1 addition & 0 deletions GitReleaseManager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ issue-labels-include:
- Feature
- Bug
- Improvement
- Dependencies
- Documentation
issue-labels-exclude:
- Build
Expand Down
26 changes: 13 additions & 13 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 5c05534

Please sign in to comment.