pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-29 15:11:11 +10:00
parent f86eda4d38
commit 5861cd4aaa
3 changed files with 104 additions and 95 deletions

View file

@ -53,8 +53,14 @@ stages:
inputs:
restoreSolution: '${{parameters.SolutionFile}}'
- template: apply-semantic-versioning-to-assembyinfo-files.yml@self
parameters:
ApplicationName: ${{parameters.ApplicationName}}
PathToSearch: '$(Build.SourcesDirectory)/src'
- task: PowerShell@2
displayName: Apply Semantic Versioning to AssemblyInfo Files
displayName: Apply Semantic Versioning to AssemblyInfo Files (old)
enabled: false
inputs:
targetType: filePath
filePath: './.azure/scripts/ApplySemanticVersioningToAssemblies.ps1'