Skip to content

Instantly share code, notes, and snippets.

@jmarolf
Last active April 26, 2018 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmarolf/8140202c8a6a3d9fa7da077f5f71328e to your computer and use it in GitHub Desktop.
Save jmarolf/8140202c8a6a3d9fa7da077f5f71328e to your computer and use it in GitHub Desktop.

build.ps1 -build -sign -pack:

  • Build-Artifacts
    • Run-MSBuild "Roslyn.sln" "/p:DeployExtension=false"
    • Build-ExtraSignArtifacts
    • Build-NuGetPackages
    • Run-SignTool
    • Build-InsertionItems

build.ps1 -build:

  • Build-Artifacts
    • Run-MSBuild "Roslyn.sln" "/p:DeployExtension=false"

build.ps1 -sign:

  • Build-Artifacts
    • Run-SignTool

build.ps1 -pack:

  • Build-Artifacts
    • Build-NuGetPackages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment