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
a44abf69c8
commit
3e1e58ebff
3 changed files with 5 additions and 5 deletions
|
|
@ -26,8 +26,6 @@ variables:
|
|||
value: 'src/Server-Managers.sln'
|
||||
- name: ProjectFile
|
||||
value: 'src/$(ApplicationName)/$(ApplicationName).csproj'
|
||||
#- name: PublishFolder
|
||||
# value: publish
|
||||
|
||||
stages:
|
||||
- template: azure-pipelines-build.yml@self
|
||||
|
|
@ -35,6 +33,8 @@ stages:
|
|||
ApplicationName: $(ApplicationName)
|
||||
SolutionFile: $(SolutionFile)
|
||||
ProjectFile: $(ProjectFile)
|
||||
BuildConfiguration: $(BuildConfiguration)
|
||||
BuildPlatform: $(BuildPlatform)
|
||||
PublishFolder: $(PublishFolder)
|
||||
|
||||
- template: azure-pipelines-deploy.yml@self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue