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
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
|
||||
|
|
|
|||
|
|
@ -12,8 +12,20 @@ pool:
|
|||
# vmImage: windows-latest
|
||||
demands: InnoSetup
|
||||
|
||||
variables:
|
||||
- name: ApplicationName
|
||||
value: $(Build.DefinitionName)
|
||||
- name: SolutionFile
|
||||
value: 'src/Server-Managers.sln'
|
||||
- name: ProjectFile
|
||||
value: 'src/$(ApplicationName)/$(ApplicationName).csproj'
|
||||
|
||||
stages:
|
||||
- template: azure-pipelines-build.yml@self
|
||||
parameters:
|
||||
ApplicationName: $(ApplicationName)
|
||||
SolutionFile: $(SolutionFile)
|
||||
ProjectFile: $(ProjectFile)
|
||||
|
||||
- stage: deployBeta
|
||||
displayName: Beta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue