Skip to content
This repository was archived by the owner on Apr 8, 2023. It is now read-only.

Commit b3bf12c

Browse files
committed
Updated the build pipelines' yaml files Umplify#125
1 parent f2084f8 commit b3bf12c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

azure-pipeline-PR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ pool:
1414
steps:
1515
- script: echo Build Number $(name)
1616
- task: UseDotNet@2
17-
displayName: 'Use .NET 6.0 sdk'
17+
displayName: 'Use .NET 7.0 sdk'
1818
inputs:
1919
packageType: sdk
20-
version: 6.0.402
20+
version: 7.0.100
2121
installationPath: $(Agent.ToolsDirectory)/dotnet
2222
- script: echo Started restoring the source code
2323
- task: DotNetCoreCLI@2

azure-pipelines.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
variables:
2+
Major: 7
3+
Minor: 0
4+
BuildConfiguration: Release
5+
16
name: $(Major).$(Minor).$(rev:r)
27
pr: none
38
trigger:
@@ -16,10 +21,10 @@ pool:
1621
steps:
1722
- script: echo Build Number $(name)
1823
- task: UseDotNet@2
19-
displayName: 'Use .NET 6.0 sdk'
24+
displayName: 'Use .NET 7.0 sdk'
2025
inputs:
2126
packageType: sdk
22-
version: 6.0.402
27+
version: 7.0.100
2328
installationPath: $(Agent.ToolsDirectory)/dotnet
2429
- script: echo Started restoring the source code
2530
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)