Skip to content

Conversation

@brettfo
Copy link
Member

@brettfo brettfo commented Nov 22, 2017

More of the work to make our build and tests independent of machine state.

@brettfo brettfo requested a review from KevinRansom November 22, 2017 05:46
@KevinRansom
Copy link
Contributor

Is this expected?

---------------- Done with build, starting pack/update/prepare ---------------
----------------  start update.cmd ---------------
Failed to compile D:\j\w\release_ci_pa---c6929ad7\release\net40\bin\fsc.exe because of the following error: Strong name validation failed. (Exception from HRESULT: 0x8013141A).
Failed to compile D:\j\w\release_ci_pa---c6929ad7\release\net40\bin\FSharp.Build.dll because of the following error: Strong name validation failed. (Exception from HRESULT: 0x8013141A).
Failed to compile D:\j\w\release_ci_pa---c6929ad7\release\net40\bin\fsi.exe because of the following error: Strong name validation failed. (Exception from HRESULT: 0x8013141A).
Strong name validation failed. (Exception from HRESULT: 0x8013141A)
Failed to compile D:\j\w\release_ci_pa---c6929ad7\release\net40\bin\FSharp.Build.dll because of the following error: Strong name validation failed. (Exception from HRESULT: 0x8013141A).
Failed to compile D:\j\w\release_ci_pa---c6929ad7\release\net40\bin\fsiAnyCpu.exe because of the following error: Strong name validation failed. (Exception from HRESULT: 0x8013141A).
Strong name validation failed. (Exception from HRESULT: 0x8013141A)
set NUNITPATH=packages\NUnit.Console.3.0.0\tools\
xcopy "packages\NUnit.Console.3.0.0\tools\*.*"  "D:\j\w\release_ci_pa---c6929ad7\tests\fsharpqa\testenv\bin\nunit\*.*" /S /Q /Y
18 File(s) copied
xcopy "D:\j\w\release_ci_pa---c6929ad7\tests\fsharpqa\testenv\src\nunit*.*" "D:\j\w\release_ci_pa---c6929ad7\tests\fsharpqa\testenv\bin\nunit\*.*" /S /Q /Y
2 File(s) copied
SDK environment vars from Registry
==================================

Copy link
Contributor

@KevinRansom KevinRansom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is nice

@brettfo
Copy link
Member Author

brettfo commented Nov 22, 2017

@KevinRansom I believe the strong name failures are because we no longer sn -Vr the MS public key, so ngen.exe also fails. My recently pulled PR that removes the build dependency on sn.exe (#3983) is indirectly linked with my PR that removes ngen.exe (#3993).

@brettfo brettfo merged commit 27923d4 into dotnet:master Nov 23, 2017
@brettfo brettfo deleted the ildasm-nuget branch November 23, 2017 00:33
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