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
1fbe2f3b0d
commit
85f274a5e7
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ steps:
|
|||
inputs:
|
||||
targetType: inline
|
||||
script: |
|
||||
[string]$ApplicationName = ${{parameters.ApplicationName}}
|
||||
[string]$PathToSearch = ${{parameters.PathToSearch}}
|
||||
[string]$ApplicationName = '${{parameters.ApplicationName}}'
|
||||
[string]$PathToSearch = '${{parameters.PathToSearch}}'
|
||||
[string]$BuildNumber = $(Build.BuildNumber)
|
||||
[string]$SearchFilter = 'AssemblyInfo.*'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue