Create a new Release Create IIS website and SQL database deployment job Add an artifact Create Stage tasks Create File transform task Azure DevOps Folder structure on server Create Expand.
Here is the link to the "home page" for this blog series.
We are going to learn here how to:
When we have created well functional Continuous Integration (CI), read previous blog post here, it is time to set up Continuous Delivery (CD). Login to your Azure DevOps account and Navigate to Pipelines -> Releases
Releases
Click on _+ New _to create a new Release
New release pipeline
Choose + New release pipeline
Create IIS website and SQL database deployment job
In the Search box start to write IIS
And choose IIS website and SQL database deployment _by clicking on Apply_
Provide Stage name
Now we are going to add an artifact. Click on Add an artifact area.
Artifacts
Here we are selecting published artifacts drop folder we created in the previous blog post here. And to remind you it looked like this
In this article, we’ll discuss how to use jQuery Ajax for ASP.NET Core MVC CRUD Operations using Bootstrap Modal. With jQuery Ajax, we can make HTTP request to controller action methods without reloading the entire page, like a single page application.
How to create, build, deploy and configure an Azure Function using Azure DevOps, Azure CLI and Powershell.
Here is the link to the "home page" for this blog series. We are going to learn here how to: Create Pipelines folder Add YAML file Create Pipeline in Azure DevOps Enable Continuous Integration Publish Artifacts We start with Continuous Integration (CI). I am not going in details what is
Here is the link to the "home page" for this blog series. We are going learn here how to: Install Visual Studio and .NET Core SDK Create a Worker Service using Visual Studio Create a Worker Service Using .NET Core CLI Folder structure Run Project Add code to the Source
In this blog series I am going to show you how to create production ready Worker Services. We are going to touch all modern technics like DDD (Domain Driven Design), Async/Await pattern, testing and much more. To follow along you just need a basic knowledge of C#. I am