-
Notifications
You must be signed in to change notification settings - Fork 1
/
create-development-environment.yml
43 lines (38 loc) · 1.14 KB
/
create-development-environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: $(GITVERSION_FullSemVer)
parameters:
- name: solution
displayName: Solution
type: string
values:
- con_Sales_Core
- con_Sales_Quotations
- name: workItemId
displayName: Work item ID
type: string
- name: branch
displayName: Branch (provide to create a branch)
type: string
default: ''
pool:
vmImage: windows-latest
trigger: none
resources:
repositories:
- repository: power-pipelines
name: ewingjm/power-pipelines
ref: refs/heads/main
type: github
endpoint: your-service-endpoint
extends:
template: templates/power-platform/pipelines/create-development-environment-pipeline.yml@power-pipelines
parameters:
solution: ${{ parameters.solution }}
workItemId: ${{ parameters.workItemId }}
packageProject: deploy/Contoso.Sales.Deployment/Contoso.Sales.Deployment.csproj
displayNamePrefix: CONTOSO-SALES-DEV
domainNamePrefix: contoso-sales-dev
serviceConnection: Sales Management App
templates: D365_Sales
securityGroupId: 425bf098-07a0-46b4-a06a-706b302dbe7b
config: PkgAssets/ImportConfig.Ephemeral.xml
branch: ${{ parameters.branch }}