mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
pipeline file changes
This commit is contained in:
parent
a27461b515
commit
aa50477472
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ steps:
|
|||
script: |
|
||||
[string]$ApplicationName = '${{parameters.ApplicationName}}'
|
||||
[string]$PathToSearch = '${{parameters.PathToSearch}}'
|
||||
[string]$BuildNumber = $(Build.BuildNumber)
|
||||
[string]$BuildNumber = $env:BUILD_BUILDNUMBER
|
||||
[string]$SearchFilter = 'AssemblyInfo.*'
|
||||
|
||||
[string]$PatternSplitCharacters = '.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue