Skip to content

Commit 20cf46d

Browse files
authored
Merge pull request #129 from Umplify/128-upgraded-the-build-pipelines-sdk-to-version-60402
Upgraded the build pipelines' SDK to version 6.0.402
2 parents 3cdb596 + fb76acf commit 20cf46d

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 6.0 sdk'
1818
inputs:
1919
packageType: sdk
20-
version: 6.0.401
20+
version: 6.0.402
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
@@ -19,7 +19,7 @@ steps:
1919
displayName: 'Use .NET 6.0 sdk'
2020
inputs:
2121
packageType: sdk
22-
version: 6.0.401
22+
version: 6.0.402
2323
installationPath: $(Agent.ToolsDirectory)/dotnet
2424
- script: echo Started restoring the source code
2525
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)