File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
umbraco-cloud/set-up/project-settings/umbraco-cicd/samplecicdpipeline Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ For a pipeline that uses Powershell scripts you will need the following files:
100
100
* Both files should be in the root of your repository
101
101
* In the bottom of the ` .gitignore ` file add the line ` **/git-patch.diff `
102
102
* Also in the root, create a folder called ` devops `
103
- * Copy the 3 YAML files from the ` powershell/azuredevops ` folder into the ` devops ` folder
103
+ * Copy the 4 YAML files from the ` powershell/azuredevops ` folder into the ` devops ` folder
104
104
* Inside ` devops ` create an additional folder called ` powershell `
105
105
* Copy the Powershell scripts from the ` powershell ` folder to the ` powershell ` folder
106
106
* ** Note** : If you have not changed the branch to ` main ` , then in the ` azure-release-pipeline.yaml ` file change the branch from ` main ` to ` master. `
@@ -132,7 +132,7 @@ For a pipeline that uses Bash scripts you will need the following files:
132
132
* Both files should be in the root of your repository
133
133
* In the bottom of the ` .gitignore ` file add the line ` **/git-patch.diff `
134
134
* Also in the root, create a folder called ` devops `
135
- * Copy the 3 YAML files from the ` bash/azuredevops ` folder into the ` devops ` folder
135
+ * Copy the 4 YAML files from the ` bash/azuredevops ` folder into the ` devops ` folder
136
136
* Inside ` devops ` create an additional folder called ` scripts `
137
137
* Copy the Bash scripts from the ` bash ` folder to the ` scripts ` folder
138
138
* ** Note** : If you have not changed the branch to ` main ` , then in the ` azure-release-pipeline.yaml ` file change the branch from ` main ` to ` master. `
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ For a pipeline that uses Powershell scripts you will need the following files:
169
169
* Inside `.github` create two additional folders
170
170
* `workflows`
171
171
* `powershell`
172
- * Copy the 3 YAML files from the `github` folder into the `workflows` folder
172
+ * Copy the 4 YAML files from the `github` folder into the `workflows` folder
173
173
* Copy the Powershell scripts from the `powershell` folder to the `powershell` folder
174
174
* **Note**: If you have not changed the branch to `main`, then in the `main.yml` file change the branch from `main`to `master.`
175
175
* Commit the all changes, and push to GitHub
@@ -203,7 +203,7 @@ For a pipeline that uses Bash scripts you will need the following files:
203
203
* Inside `.github` create two additional folders
204
204
* `workflows`
205
205
* `scripts`
206
- * Copy the 3 YAML files from the `github` folder into the `workflows` folder
206
+ * Copy the 4 YAML files from the `github` folder into the `workflows` folder
207
207
* Copy the Bash scripts from the `bash` folder to the `scripts` folder
208
208
* **Note**: If you have not changed the branch to `main`, then in the `main.yml` file change the branch from `main`to `master.`
209
209
* Commit the all changes, and push to GitHub
You can’t perform that action at this time.
0 commit comments