| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Aditya Patwardhan (@adityapatwardhan) Thanks for the super fast turnaround!
Sorry, something went wrong.
| parentJob: '' | ||
|
|
||
| jobs: | ||
| - job: sign_windows_${{ parameters.Architecture }} |
There was a problem hiding this comment.
This template is for generating packages with signed files, so maybe named it package_windows_$...?
Sorry, something went wrong.
There was a problem hiding this comment.
Changes like this can have ripple effects which are hard to identify... let's file an issue and move one.
Sorry, something went wrong.
There was a problem hiding this comment.
Done. #11855
Sorry, something went wrong.
| Architecture: arm64 | ||
| parentJob: build_windows_arm64 | ||
|
|
||
| - template: templates/windows-component-governance.yml |
There was a problem hiding this comment.
Is this replaced by
task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
from the windows hosted build.yml?
Sorry, something went wrong.
There was a problem hiding this comment.
yes
Sorry, something went wrong.
| - sign_windows_arm | ||
| - sign_windows_arm64 | ||
| - sign_windows_fxdependent | ||
| - sign_windows_fxdependentWinDesktop |
There was a problem hiding this comment.
It's a little confusing seeing the package_signing.yml depend on sign_windows_xx jobs, so I think it's probably better to rename the job in windows-packaging.yml.
Sorry, something went wrong.
| } | ||
|
|
||
| $toolsDir = New-Item -ItemType Directory -Path '$(Build.ArtifactStagingDirectory)\tools' | ||
| $wixUri = 'https://github.com/wixtoolset/wix3/releases/download/wix311rtm/wix311-binaries.zip' |
There was a problem hiding this comment.
we should file an issue that these should be in our storage
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
Co-Authored-By: Dongbo Wang <dongbow@microsoft.com>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com> Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
|
🎉v7.0.0-rc.3 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
|
🎉v6.2.5 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com> Co-authored-by: Dongbo Wang <dongbow@microsoft.com> # Conflicts: # tools/releaseBuild/azureDevOps/releaseBuild.yml
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com> Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
| Back | FazBrowse Home | New Git URL |
PR Summary
Refactor package build to remove the dependency on Docker for building Windows packages.
PR Context
PR Checklist