File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 137137 </ItemGroup >
138138
139139 <ItemGroup >
140- <GlobalPackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" Condition =" '$(Shipping)' == 'true' AND '$(IsXPlat)' != 'true'" />
141140 <GlobalPackageReference Include =" Microsoft.VisualStudioEng.MicroBuild.Core" version =" 1.0.0" Condition =" '$(DotNetBuildSourceOnly)' != 'true' " />
142141 </ItemGroup >
143142
183182 <_allowBuildFromSourcePackage Include =" Microsoft.Extensions.CommandLineUtils.Sources" />
184183 <_allowBuildFromSourcePackage Include =" Microsoft.Extensions.FileProviders.Abstractions" />
185184 <_allowBuildFromSourcePackage Include =" Microsoft.Extensions.FileSystemGlobbing" />
186- <_allowBuildFromSourcePackage Include =" Microsoft.SourceLink.AzureRepos.Git" />
187- <_allowBuildFromSourcePackage Include =" Microsoft.SourceLink.GitHub" />
188185 <_allowBuildFromSourcePackage Include =" Microsoft.Web.Xdt" />
189186 <_allowBuildFromSourcePackage Include =" Newtonsoft.Json" />
190187 <_allowBuildFromSourcePackage Include =" System.CommandLine" />
Original file line number Diff line number Diff line change 4545 <UsagePattern IdentityGlob =" Microsoft.NETCore.App.Host*/*" />
4646 <UsagePattern IdentityGlob =" Microsoft.NETCore.Platforms/*" />
4747 <UsagePattern IdentityGlob =" Microsoft.NETCore.Targets/*" />
48- <UsagePattern IdentityGlob =" Microsoft.SourceLink.AzureRepos.Git/*2" />
49- <UsagePattern IdentityGlob =" Microsoft.SourceLink.Common/*" />
50- <UsagePattern IdentityGlob =" Microsoft.SourceLink.GitHub/*" />
5148 <UsagePattern IdentityGlob =" Microsoft.VisualStudio.Setup.Configuration.Interop/*" />
5249 <UsagePattern IdentityGlob =" Microsoft.Web.Xdt/*" />
5350 <UsagePattern IdentityGlob =" Microsoft.Win32.Registry/*" />
Original file line number Diff line number Diff line change 11{
2- // This empty file has no effect and is here to support Arcade-powered dotnet-build.
3- // The Arcade build process requires a global.json at the root of the repo and normally
4- // uses it to restore the necessary SDK and tools to build the repo.
5- // However, NuGet explitcly wants to use the ambient SDK (normally latest), not any particular
6- // version. We also don't want to introduce MS.DN.Arcade.SDK into the non-dotnet-build build.
7- // eng/dotnet-build/global.json has the entry for the Arcade version we need for
8- // Arcade-powered dotnet-build.
92 "sdk" : {
3+ "version" : " 8.0.100" ,
4+ "rollForward" : " latestMajor" ,
105 "allowPrerelease" : true
116 },
127 "msbuild-sdks" : {
You can’t perform that action at this time.
0 commit comments