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
efb8585f8d
commit
88c1ecc854
2 changed files with 12 additions and 3 deletions
|
|
@ -1,13 +1,10 @@
|
|||
parameters:
|
||||
- name: ApplicationName
|
||||
type: string
|
||||
default: $(Build.DefinitionName)
|
||||
- name: SolutionFile
|
||||
type: string
|
||||
default: 'src/Server-Managers.sln'
|
||||
- name: ProjectFile
|
||||
type: string
|
||||
default: 'src/${{parameters.ApplicationName}}/${{parameters.ApplicationName}}.csproj'
|
||||
- name: BuildPlatform
|
||||
type: string
|
||||
default: AnyCPU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue