Update SDK to preview 1 release#14485
Conversation
| <IsShipping>false</IsShipping> | ||
| <EnableNETAnalyzers>true</EnableNETAnalyzers> | ||
| <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
| <RepositoryUrl>https://github.com/dotnet/arcade</RepositoryUrl> |
There was a problem hiding this comment.
@tmat I wonder what changed that made this necessary.
There was a problem hiding this comment.
The error looked like this (for multiple projects):
/__w/1/s/artifacts/sb/package-cache/microsoft.dotnet.arcade.sdk/9.0.0-beta.24106.2/tools/Workarounds.targets(79,5): error : PackageProjectUrl must be specified [/__w/1/s/artifacts/sb/src/src/Microsoft.DotNet.Arcade.Sdk/Microsoft.DotNet.Arcade.Sdk.csproj]
There was a problem hiding this comment.
I think dotnet/sourcelink@0647320 caused this but am not 100% sure.
There was a problem hiding this comment.
OK it's actually a different change. See discussion in dotnet/runtime#98476 (comment).
There was a problem hiding this comment.
@ViktorHofer See #14487 (comment)
I think the issue is that the inner clone isn't propagating the remotes.
cc @ViktorHofer, @mmitche