Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.
Open
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
8 changes: 5 additions & 3 deletions docs/RunApplication.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Running the AzDevOpsDemoGenerator Application

To run the ADOGenerator project as a console application or executable, follow these steps:

## Prerequisites
Expand All @@ -11,12 +13,12 @@ Ensure you have the following installed on your machine:
1. **Clone the Repository**
If you haven't already, clone the repository to your local machine:
```sh
git clone <repository-url>
cd <repository-directory>
git clone https://github.com/microsoft/AzDevOpsDemoGenerator.git
cd AzDevOpsDemoGenerator
```

2. **Open the Solution**
Open the ADOGenerator.sln solution file in Visual Studio or your preferred IDE.
Open the solution file at `src/ADOGenerator.sln` in Visual Studio or your preferred IDE.

3. **Set ADOGenerator as the Startup Project**
In Visual Studio:
Expand Down