mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
pipeline file changes
This commit is contained in:
parent
f86eda4d38
commit
5861cd4aaa
3 changed files with 104 additions and 95 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue