Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GVFS.SignFiles.csproj: include more DLLs for signing #1683

Merged
merged 1 commit into from
Jul 22, 2020

Conversation

derrickstolee
Copy link
Contributor

It appears that during our build, we send some DLLs for signing, but the
versions we send have already been copied to other projects. Thus, we
ship versions of those DLLs that are unsigned.

Add extra versions of the DLLs that are currently being signed, except
include them in the GVFS.Windows project that is likely where they are
being copied as part of the build.

It appears that during our build, we send some DLLs for signing, but the
versions we send have already been copied to other projects. Thus, we
ship versions of those DLLs that are unsigned.

Add extra versions of the DLLs that are currently being signed, except
include them in the GVFS.Windows project that is likely where they are
being copied as part of the build.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
@derrickstolee derrickstolee changed the base branch from releases/shipped to master July 22, 2020 17:41
@derrickstolee derrickstolee changed the title [HOTFIX] GVFS.SignFiles.csproj: include more DLLs for signing GVFS.SignFiles.csproj: include more DLLs for signing Jul 22, 2020
@derrickstolee
Copy link
Contributor Author

This PR used to target releases/shipped so I could easily test the signing build. Everything is working as intended:

image

@derrickstolee derrickstolee marked this pull request as ready for review July 22, 2020 18:05
@derrickstolee derrickstolee merged commit e869295 into microsoft:master Jul 22, 2020
derrickstolee added a commit that referenced this pull request Jul 28, 2020
Major Updates
-----------------

* Comes with Git for Windows 2.28.0
* Previous builds were not including fully-signed DLLs. This is now fixed.

Pull Requests
---------------

* #1672: ProductUpgrader: be extra careful about a copy loop
* #1674: Config: disable status.submoduleSummary
* #1675: PreCommandHook: don't lock pack-objects 
* #1676: Update Git to v2.27.0.vfs.1.0 
*  #1679: BuildGVFSForWindows.bat: use nuget on PATH
* #1683: GVFS.SignFiles.csproj: include more DLLs for signing
* #1685: minor path comparison fixup in ProductUpgrader
*  #1682: Update Git to v2.28.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants