Skip to content

Commit f71ad4d

Browse files
authored
Merge pull request #234 from Umplify/233-bump-the-sdk-version-in-the-build-pipelines
Bump the sdk version in the build pipelines #233
2 parents 70d7846 + a31290c commit f71ad4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipeline-PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
displayName: 'Use .NET 8.0 sdk'
1818
inputs:
1919
packageType: sdk
20-
version: 8.0.100
20+
version: 8.0.101
2121
installationPath: $(Agent.ToolsDirectory)/dotnet
2222
- script: echo Started restoring the source code
2323
- task: DotNetCoreCLI@2

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
displayName: 'Use .NET 8.0 sdk'
2525
inputs:
2626
packageType: sdk
27-
version: 8.0.100
27+
version: 8.0.101
2828
installationPath: $(Agent.ToolsDirectory)/dotnet
2929
- script: echo Started restoring the source code
3030
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)