Skip to content

Instantly share code, notes, and snippets.

View subhendu-de's full-sized avatar
👓
Coder by Choice

Subhendu De subhendu-de

👓
Coder by Choice
View GitHub Profile
@andrewmatveychuk
andrewmatveychuk / azure-pipelines.yml
Created December 18, 2019 16:58
Sample YAML pipeline to deploy linked ARM templates from a private repository
# Pipeline to validate and deploy ARM templates
trigger:
branches:
include:
- master
paths:
exclude:
- README.md
@PureKrome
PureKrome / NuGetPackageAndPublish.ps1
Last active September 1, 2023 09:33
Powershell NuGet publish script
############################################################################
### ###
### NUGET PACKAGE and PUBLISH ###
### ###
############################################################################
param (