Fix .NET 5 version text in pipeline file.
ea1125d5
Pedro Silva
committed
succeeded
1 changed file
azure-pipelines.yml
/azure-pipelines.yml-1+1
/azure-pipelines.yml
Add comment 16 # all of the variables used by this pipeline and dependent templates.
Add comment 17 variables:
Add comment 18 buildConfiguration: 'Release'
Add comment 19 Minus   dotnetSdkVersion: '5.0'
Add comment 19 Plus   dotnetSdkVersion: '5.0.x'
Add comment 20 releaseBranchName: 'master'
Add comment 21 localPackageFeed: 'd20Tek'
Add comment 22 # semanticVersion counter is automatically incremented by one in each execution of pipeline