Skip to content

Commit

Permalink
updating dependencies Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed Oct 18, 2023
1 parent 8b52bfd commit c944448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pr:

steps:
- task: UseDotNet@2
displayName: 'Install .NET Core 6.0.x SDK'
displayName: 'Install .NET 6.0.x SDK'
inputs:
packageType: sdk
version: '6.0.x'
Expand All @@ -27,7 +27,7 @@ steps:
inputs:
command: 'custom'
custom: 'tool'
arguments: 'update -g gitversion.tool --version 5.11.*'
arguments: 'update -g gitversion.tool --version 5.12.*'

- task: PowerShell@2
displayName: 'Update build number and project version from GitVersion metadata'
Expand All @@ -36,7 +36,7 @@ steps:

- task: NuGetToolInstaller@1
inputs:
versionSpec: '6.4.0'
versionSpec: '6.7.0'

- task: DotNetCoreCLI@2
displayName: 'Build the solution'
Expand Down

0 comments on commit c944448

Please sign in to comment.