Skip to content

Commit

Permalink
Merge pull request #98 from gitfool/renovate/minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Jan 7, 2024
2 parents 2c2c531 + 60e787e commit dab4aa1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
displayName: Install dotnet
inputs:
# renovate: datasource=dotnet depName=dotnet-sdk
version: 7.0.402
version: 7.0.404

- task: Cache@2
displayName: Cache packages
Expand All @@ -70,7 +70,7 @@ jobs:
displayName: Install dotnet
inputs:
# renovate: datasource=dotnet depName=dotnet-sdk
version: 7.0.402
version: 7.0.404

- task: Cache@2
displayName: Cache packages
Expand All @@ -94,7 +94,7 @@ jobs:
displayName: Install dotnet
inputs:
# renovate: datasource=dotnet depName=dotnet-sdk
version: 7.0.402
version: 7.0.404

- task: Cache@2
displayName: Cache packages
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": "3.1.0",
"version": "3.2.0",
"commands": [
"dotnet-cake"
]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/setup-dotnet@v3.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 7.0.402
dotnet-version: 7.0.404

- name: Cache packages
uses: actions/cache@v3.3.2
Expand All @@ -79,7 +79,7 @@ jobs:
uses: actions/setup-dotnet@v3.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 7.0.402
dotnet-version: 7.0.404

- name: Cache packages
uses: actions/cache@v3.3.2
Expand All @@ -104,7 +104,7 @@ jobs:
uses: actions/setup-dotnet@v3.2.0
with:
# renovate: datasource=dotnet depName=dotnet-sdk
dotnet-version: 7.0.402
dotnet-version: 7.0.404

- name: Cache packages
uses: actions/cache@v3.3.2
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ build-linux:
files: [ packages.lock.json ]
script:
# renovate: datasource=dotnet depName=dotnet-sdk
- curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 7.0.402
- curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 7.0.404
- export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
- dotnet tool restore && dotnet cake --verbosity=verbose

Expand All @@ -52,7 +52,7 @@ build-linux:
# files: [ packages.lock.json ]
# script:
# # renovate: datasource=dotnet depName=dotnet-sdk
# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 7.0.402
# - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 7.0.404
# - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
# - dotnet tool restore && dotnet cake --verbosity=verbose

Expand All @@ -66,6 +66,6 @@ build-windows:
files: [ packages.lock.json ]
script:
# renovate: datasource=dotnet depName=dotnet-sdk
- '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 7.0.402"'
- '&powershell -NoProfile -ExecutionPolicy Unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing https://dot.net/v1/dotnet-install.ps1))) -Version 7.0.404"'
- $env:DOTNET_ROOT="$env:LocalAppData\Microsoft\dotnet" ; $env:PATH="$env:DOTNET_ROOT;$env:PATH"
- dotnet tool restore ; dotnet cake --verbosity=verbose
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="NuGetizer" Version="1.2.0" PrivateAssets="All" />
<PackageReference Include="NuGetizer" Version="1.2.1" PrivateAssets="All" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions scripts/bootstrap.cake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#addin nuget:?package=Cake.Docker&version=1.2.2
#addin nuget:?package=Cake.Docker&version=1.2.3

#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.1.26
#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.2.0
#tool dotnet:?package=GitVersion.Tool&version=5.12.0

#load aliases.cake
Expand Down

0 comments on commit dab4aa1

Please sign in to comment.