Skip to content

Commit

Permalink
Merge pull request #234 from Umplify/233-bump-the-sdk-version-in-the-…
Browse files Browse the repository at this point in the history
…build-pipelines

Bump the sdk version in the build pipelines #233
  • Loading branch information
Arash-Sabet authored Jan 19, 2024
2 parents 70d7846 + a31290c commit f71ad4d
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.100
version: 8.0.101
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 @@ -24,7 +24,7 @@ steps:
displayName: 'Use .NET 8.0 sdk'
inputs:
packageType: sdk
version: 8.0.100
version: 8.0.101
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: echo Started restoring the source code
- task: DotNetCoreCLI@2
Expand Down

0 comments on commit f71ad4d

Please sign in to comment.