Skip to content

Commit

Permalink
#264 Upgraded the build pipelines' SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Arash-Sabet committed Aug 30, 2024
1 parent 3a3eff6 commit 24f299e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipeline-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
displayName: 'Use .NET 8.0 sdk'
inputs:
packageType: sdk
version: 8.0.300
version: 8.0.401
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: echo Started restoring the source code
- task: DotNetCoreCLI@2
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
displayName: 'Use .NET 8.0 sdk'
inputs:
packageType: sdk
version: 8.0.302
version: 8.0.401
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: echo Started restoring the source code
- task: DotNetCoreCLI@2
Expand Down

0 comments on commit 24f299e

Please sign in to comment.