Skip to content

Commit

Permalink
Merge pull request #129 from Umplify/128-upgraded-the-build-pipelines…
Browse files Browse the repository at this point in the history
…-sdk-to-version-60402

Upgraded the build pipelines' SDK to version 6.0.402
  • Loading branch information
Arash-Sabet authored Oct 17, 2022
2 parents 3cdb596 + fb76acf commit 20cf46d
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 6.0 sdk'
inputs:
packageType: sdk
version: 6.0.401
version: 6.0.402
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 @@ -19,7 +19,7 @@ steps:
displayName: 'Use .NET 6.0 sdk'
inputs:
packageType: sdk
version: 6.0.401
version: 6.0.402
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: echo Started restoring the source code
- task: DotNetCoreCLI@2
Expand Down

0 comments on commit 20cf46d

Please sign in to comment.