Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ For a pipeline that uses Powershell scripts you will need the following files:
* Both files should be in the root of your repository
* In the bottom of the `.gitignore` file add the line `**/git-patch.diff`
* Also in the root, create a folder called `devops`
* Copy the 3 YAML files from the `powershell/azuredevops` folder into the `devops` folder
* Copy the 4 YAML files from the `powershell/azuredevops` folder into the `devops` folder
* Inside `devops` create an additional folder called `powershell`
* Copy the Powershell scripts from the `powershell` folder to the `powershell` folder
* **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.`
Expand Down Expand Up @@ -132,7 +132,7 @@ For a pipeline that uses Bash scripts you will need the following files:
* Both files should be in the root of your repository
* In the bottom of the `.gitignore` file add the line `**/git-patch.diff`
* Also in the root, create a folder called `devops`
* Copy the 3 YAML files from the `bash/azuredevops` folder into the `devops` folder
* Copy the 4 YAML files from the `bash/azuredevops` folder into the `devops` folder
* Inside `devops` create an additional folder called `scripts`
* Copy the Bash scripts from the `bash` folder to the `scripts` folder
* **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.`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ For a pipeline that uses Powershell scripts you will need the following files:
* Inside `.github` create two additional folders
* `workflows`
* `powershell`
* Copy the 3 YAML files from the `github` folder into the `workflows` folder
* Copy the 4 YAML files from the `github` folder into the `workflows` folder
* Copy the Powershell scripts from the `powershell` folder to the `powershell` folder
* **Note**: If you have not changed the branch to `main`, then in the `main.yml` file change the branch from `main`to `master.`
* Commit the all changes, and push to GitHub
Expand Down Expand Up @@ -203,7 +203,7 @@ For a pipeline that uses Bash scripts you will need the following files:
* Inside `.github` create two additional folders
* `workflows`
* `scripts`
* Copy the 3 YAML files from the `github` folder into the `workflows` folder
* Copy the 4 YAML files from the `github` folder into the `workflows` folder
* Copy the Bash scripts from the `bash` folder to the `scripts` folder
* **Note**: If you have not changed the branch to `main`, then in the `main.yml` file change the branch from `main`to `master.`
* Commit the all changes, and push to GitHub
Expand Down