pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-29 15:53:20 +10:00
parent 194dc3e3f4
commit 5f4d92ab38
2 changed files with 0 additions and 115 deletions

View file

@ -58,15 +58,6 @@ stages:
ApplicationName: ${{parameters.ApplicationName}}
PathToSearch: '$(Build.SourcesDirectory)/src'
- task: PowerShell@2
displayName: Apply Semantic Versioning to AssemblyInfo Files (old)
enabled: false
inputs:
targetType: filePath
filePath: './.azure/scripts/ApplySemanticVersioningToAssemblies.ps1'
arguments: "-applicationName ${{parameters.ApplicationName}} -pathToSearch '$(Build.SourcesDirectory)/src' -buildNumber $(Build.BuildNumber) -searchFilter 'AssemblyInfo.*'"
pwsh: true
- task: projectfileprops@1
displayName: Modify ApplicationVersion in Project File
inputs: