| ms.topic | include |
|---|---|
| ms.service | azure-devops-pipelines |
| ms.manager | mijacobs |
| ms.author | jukullam |
| author | juliakm |
| ms.date | 12/01/2023 |
If you don't have a .NET project to work with, create a new one on your local machine as follows:
- Install the .NET 8.0 SDK, or make sure it's installed.
- Open a terminal window on your local machine.
- Create a project directory and navigate to it.
- Create a new .NET 8 web app by running
dotnet new webapp -f net8.0. - Build and run the application locally by using
dotnet run. - When the application starts, press Ctrl+C to shut it down.
- Upload or connect the local project to your GitHub repository.