Skip to content

Instantly share code, notes, and snippets.

View jitendra-25's full-sized avatar

Jitendra jitendra-25

View GitHub Profile
@jitendra-25
jitendra-25 / AzurePipeline.yml
Last active January 11, 2022 14:32
Azure Build Pipeline with FileTransform Task
# ASP.NET Core
# Build and test ASP.NET Core projects targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger:
- main
pool:
vmImage: windows-2019