1 changed file
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: '6.0.x'
Add comment 19 Plus dotnetSdkVersion: '8.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
Add comment 23 # second parameter is seed value to reset to every time the referenced majorMinorVersion is changed
Add comment 24 Minus majorMinorVersion: 3.3
Add comment 24 Plus majorMinorVersion: 3.8
Add comment 25 semanticVersion: $[counter(variables['majorMinorVersion'], 0)]
Add comment 26
Add comment 27 # define the image to use for the whole pipline... can be overridden by specific jobs.