Skip to content

Instantly share code, notes, and snippets.

View abhaydhar's full-sized avatar

ABHAY DHAR abhaydhar

  • bengaluru
View GitHub Profile
@abhaydhar
abhaydhar / Build.ps1
Created May 23, 2021 06:01 — forked from cassidydotdk/Build.ps1
Complete Build and Publish Script. Will deploy all projects to publishing target, no HPP required.
param(
[Parameter()]
[switch]$NoBuild,
[Parameter()]
[switch]$NoSync,
[Parameter()]
[string]$CmHost="https://habitatstarterkit.local",
[Parameter()]
[string]$SolutionName="HabitatStarterKit.sln",
[Parameter()]