PowerShell/tools/releaseBuild
2020-05-05 12:35:03 -07:00
..
azureDevOps Update the build to sign any unsigned files as 3rd party Dlls (#12581) 2020-05-05 12:35:03 -07:00
Images Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
macOS Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
.gitignore
build.json Correct expected msix number. 2019-11-18 13:32:44 -08:00
createComplianceFolder.ps1 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
generatePackgeSigning.ps1 Update the build to sign any unsigned files as 3rd party Dlls (#12581) 2020-05-05 12:35:03 -07:00
packagesigning.xml
README.md Move Final artifacts from universal build to finalResults folder (#8806) 2019-02-01 10:59:01 -08:00
setReleaseTag.ps1 Change packaging to produce LTS packages (#11772) 2020-02-04 16:21:59 -08:00
setReleaseTag.sh
signing.xml Adding PSCore group policy definitions (#10468) 2019-09-12 13:41:59 -07:00
updateSigning.ps1 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
vstsbuild.ps1 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
vstsbuild.sh

Azure Dev Ops Release Builds

Requirements

Docker must be installed to run any of the release builds.

Running Windows Release Builds Locally

From PowerShell on Windows, run .\vstsbuild.ps1 -ReleaseTag <tag> -Name <buildName>.

For the package builds, run .\vstsbuild.ps1 -ReleaseTag <tag> -Name <buildName> -BuildPath <path to extracted zip from build step> -SignedFilesPath <path to extracted 'symbol' zip from build step>

Windows Build Names:

  • win7-x64-symbols
    • Builds the Windows x64 Zip with symbols
  • win7-x86-symbols
    • Builds the Windows x86 Zip with symbols
  • win7-arm-symbols
    • Builds the Windows ARM Zip with symbols
  • win7-arm64-symbols
    • Builds the Windows ARM64 Zip with symbols
  • win7-fxdependent-symbols
    • Builds the Windows FxDependent Zip with symbols
  • win7-x64-package
    • Builds the Windows x64 packages
  • win7-x86-package
    • Builds the Windows x86 packages
  • win7-arm-package
    • Builds the Windows ARM packages
  • win7-arm64-package
    • Builds the Windows ARM64 packages
  • win7-fxdependent-package
    • Builds the Windows FxDependent packages

Running Linux Release Builds Locally

From PowerShell on Linux or macOS, run .\vstsbuild.ps1 -ReleaseTag <tag> -Name <buildName>.

Linux Build Names:

  • deb
    • Builds the Debian Packages, ARM32 and ARM64.
  • alpine
    • Builds the Alpine Package
  • rpm
    • Builds the RedHat variant Package

Azure Dev Ops Build

The release build is fairly complicated. The definition is at ./azureDevOps/releaseBuild.yml.

Here is a diagram of the build:

Release Build diagram