You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump Solution Version
* Latest branching updates
* Updating latest from test branch
* Fix for empty collection
* Fix for null build variables
* Fixing solution branch creation
* Updating from Dev branch
* Pushing latest
* Updates for Solution to main branching
* Deployment Settings Fixes
* Fix for unicode characters
* Fix function call name
Copy file name to clipboardexpand all lines: Pipelines/build-deploy-prod-Pipelines.yml
-9
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@ parameters:
3
3
- name: PipelineDeploymentStage
4
4
type: string
5
5
default: "PreDeployment"
6
-
- name: SourceBranch
7
-
type: string
8
-
default: "NA"
9
-
- name: TargetBranch
10
-
type: string
11
-
default: "NA"
12
6
resources:
13
7
repositories:
14
8
- repository: PipelineRepo # repository name (DO NOT CHANGE THIS VALUE)
@@ -40,6 +34,3 @@ stages:
40
34
- template: Pipelines\Templates\build-deploy-Solution-To-Environment-Pipelines.yml@PipelineRepo #The @PipelineRepo tells the pipeline where to look for the templates based on the name of the repo you specified above
Copy file name to clipboardexpand all lines: Pipelines/build-deploy-test-Pipelines.yml
+1-9
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@ parameters:
3
3
- name: PipelineDeploymentStage
4
4
type: string
5
5
default: "PreDeployment"
6
-
- name: SourceBranch
7
-
type: string
8
-
default: "NA"
9
-
- name: TargetBranch
10
-
type: string
11
-
default: "NA"
12
6
resources:
13
7
repositories:
14
8
- repository: PipelineRepo # repository name (DO NOT CHANGE THIS VALUE)
@@ -39,6 +33,4 @@ variables:
39
33
stages:
40
34
- template: Pipelines\Templates\build-deploy-Solution-To-Environment-Pipelines.yml@PipelineRepo #The @PipelineRepo tells the pipeline where to look for the templates based on the name of the repo you specified above
Copy file name to clipboardexpand all lines: Pipelines/build-deploy-validation-Pipelines.yml
+1-9
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@ parameters:
3
3
- name: PipelineDeploymentStage
4
4
type: string
5
5
default: "PreDeployment"
6
-
- name: SourceBranch
7
-
type: string
8
-
default: "NA"
9
-
- name: TargetBranch
10
-
type: string
11
-
default: "NA"
12
6
resources:
13
7
repositories:
14
8
- repository: PipelineRepo # repository name (DO NOT CHANGE THIS VALUE)
@@ -39,6 +33,4 @@ variables:
39
33
stages:
40
34
- template: Pipelines\Templates\build-deploy-Solution-To-Environment-Pipelines.yml@PipelineRepo #The @PipelineRepo tells the pipeline where to look for the templates based on the name of the repo you specified above
0 commit comments