Skip to content

Update reference assemblies WIP#9688

Closed
JunTaoLuo wants to merge 3 commits intorelease/3.0-preview5from
johluo/update-ref-assemblies
Closed

Update reference assemblies WIP#9688
JunTaoLuo wants to merge 3 commits intorelease/3.0-preview5from
johluo/update-ref-assemblies

Conversation

@JunTaoLuo
Copy link
Contributor

@JunTaoLuo JunTaoLuo commented Apr 23, 2019

Trying to address: https://github.com/aspnet/AspNetCore-Internal/issues/2372.

Updated reference assemblies. EDIT: seems like running dotnet msbuild /t:GenerateReferenceSource on macOS doesn't work.

@JunTaoLuo JunTaoLuo changed the title Update reference assemblies Update reference assemblies WIP Apr 23, 2019
@JunTaoLuo
Copy link
Contributor Author

JunTaoLuo commented Apr 23, 2019

WIP, triggering for tests. Trying to re-execute script on windows since it didn't work on mac.

<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
<ItemGroup Condition=" == netcoreapp3.0">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This looks super wrong. Not sure what the script is doing here.

@natemcmaster
Copy link
Contributor

Huh, this is strange. CodeCheck.ps1 failed on the PR check.

image

@JunTaoLuo
Copy link
Contributor Author

Yea, and it's the exact same error as the original build: https://dnceng.visualstudio.com/public/_build/results?buildId=164916. So code check doesn't like either order?!

@natemcmaster
Copy link
Contributor

I think there is a legit bug in GenAPI. Investigating...

@natemcmaster
Copy link
Contributor

See dotnet/arcade#2607 (comment). GenAPI produces different results when running on dotnet msbuild vs msbuild.exe. We'll need a new version of GenAPI to fix this.

@JunTaoLuo
Copy link
Contributor Author

Going to wait for the fix in arcade.

@JunTaoLuo JunTaoLuo closed this Apr 23, 2019
@natemcmaster natemcmaster deleted the johluo/update-ref-assemblies branch May 3, 2019 06:29
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