Skip to content

Commit 562f357

Browse files
committed
Added README information for acquiring symbols in VS.
1 parent 25bff11 commit 562f357

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

build/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Build
2+
3+
## Purpose
4+
This folder contains the MSBuild `.proj` files for running certain build configurations in this repository.

src/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ All dependencies for all projects are managed within the `src` folder for this r
88
- Use NuGet package manager within Visual Studio [`Right click project -> Manage NuGet Packages...`] to add/update/remove dependencies for any project
99

1010
### How to add/update dependencies
11-
- TODO: Add this information
11+
- TODO: Add this information
12+
13+
## Acquiring Symbols in Visual Studio
14+
We publish the symbols for this repository to our MyGet feed. The URL for our symbols MyGet feed is: https://www.myget.org/F/azure-powershell/symbols/
15+
16+
To add this feed to your Visual Studio, please follow the steps here: https://docs.myget.org/docs/reference/symbols#Consuming_symbol_packages_in_Visual_Studio

0 commit comments

Comments
 (0)