Skip to content

Commit 0b6b9c0

Browse files
authored
Update README.md
1 parent 7d45552 commit 0b6b9c0

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# CustomNugetPackage
1+
# CustomNugetPackage
2+
3+
This project contains a yaml file that has the script to create the Azure ci pipeline which creates a custom Nuget package
4+
5+
Instructions:
6+
1. Login to Azure DevOps
7+
2. Navigate to the Pipelines hub.
8+
3. Click New Pipeline. We will use the wizard to automatically create the YAML definition based on our project.
9+
4. Select the Azure Repos Git as the source hosting platform. Note the others supported.
10+
5. Select the CustomNugetPackage repo.
11+
6. Select the ASP.NET template as the starting point for your pipeline.
12+
7. Review the contents of the YAML definition. It will be saved as a new file called “azure-pipelines.yml” in the root of the repository and contain everything needed to build and test a typical ASP.NET solution. You can also customize the build as needed. In this case, update the pool to specify the build should use a Visual Studio 2017 build VM.
13+
8. Review trigger and point to master if you repo does not have main (new repos will have “main” instead of “master”).
14+
9. Click Save and run.
15+
10. Click Save and run to confirm the commit.
16+
11. Track the build until it is completed. Click Job to see the logs.
17+
12. Each task from the YAML file is available for review, including any warnings and errors.
18+
19+
More details on: https://azuredevopslabs.com/labs/azuredevops/yaml/

0 commit comments

Comments
 (0)