Merge branch 'release/7.0.1xx'
This commit is contained in:
commit
15bbb4c088
6 changed files with 26 additions and 597 deletions
|
@ -43,10 +43,10 @@ stages:
|
|||
pool:
|
||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||
name: NetCore-Public
|
||||
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open
|
||||
demands: ImageOverride -equals windows.vs2022preview.amd64.open
|
||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||
name: NetCore1ESPool-Internal
|
||||
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre
|
||||
demands: ImageOverride -equals windows.vs2022preview.amd64
|
||||
steps:
|
||||
- publish: $(Build.SourcesDirectory)\eng\buildConfiguration
|
||||
artifact: buildConfiguration
|
||||
|
@ -364,4 +364,4 @@ stages:
|
|||
pool:
|
||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||
name: NetCore1ESPool-Internal
|
||||
demands: ImageOverride -equals Build.Windows.Amd64.VS2022
|
||||
demands: ImageOverride -equals windows.vs2022.amd64
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<ItemsToSign Include="$(ArtifactsNonShippingPackagesDir)*.msi" />
|
||||
<ItemsToSign Include="$(ArtifactsNonShippingPackagesDir)*.zip" Condition=" '$(PublishBinariesAndBadge)' == 'true' " />
|
||||
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.wixpack.zip" />
|
||||
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.nupkg" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
|
@ -78,10 +78,10 @@ jobs:
|
|||
pool:
|
||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||
name: NetCore-Public
|
||||
demands: ImageOverride -equals build.windows.10.amd64.vs2019.open
|
||||
demands: ImageOverride -equals windows.vs2019.amd64.open
|
||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||
name: NetCore1ESPool-Internal
|
||||
demands: ImageOverride -equals build.windows.10.amd64.vs2019
|
||||
demands: ImageOverride -equals windows.vs2019.amd64
|
||||
${{ if eq(parameters.agentOs, 'Linux') }}:
|
||||
pool:
|
||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||
|
@ -209,18 +209,6 @@ jobs:
|
|||
$(_InternalRuntimeDownloadArgs)
|
||||
displayName: Build
|
||||
|
||||
# In general, only push VS nupkgs if post-build signing is off, and this is not a PR
|
||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(variables['PostBuildSign'], 'true')) }}:
|
||||
# In addition, restrict to just Windows x86 or x64 builds (other windows builds do not produce VS redist packages.)
|
||||
- ${{ if and(eq(parameters.agentOs, 'Windows_NT'), in(parameters.buildArchitecture, 'x64', 'x86')) }}:
|
||||
- task: NuGetCommand@2
|
||||
displayName: Push Visual Studio NuPkgs
|
||||
inputs:
|
||||
command: push
|
||||
packagesToPush: '$(Build.SourcesDirectory)/artifacts/packages/${{ parameters.buildConfiguration }}/NonShipping/VS.*.nupkg'
|
||||
nuGetFeedType: external
|
||||
publishFeedCredentials: 'DevDiv - VS package feed'
|
||||
|
||||
- task: PublishTestResults@2
|
||||
displayName: Publish Test Results
|
||||
inputs:
|
||||
|
|
|
@ -45,300 +45,7 @@ index ------------
|
|||
./packs/Microsoft.NETCore.App.Ref/x.y.z/
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/analyzers/
|
||||
@@ ------------ @@
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/Microsoft.CSharp.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/Microsoft.CSharp.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/Microsoft.VisualBasic.Core.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/Microsoft.VisualBasic.Core.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/Microsoft.VisualBasic.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/Microsoft.VisualBasic.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/Microsoft.Win32.Primitives.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/Microsoft.Win32.Primitives.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/Microsoft.Win32.Registry.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/Microsoft.Win32.Registry.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/mscorlib.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/netstandard.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/netstandard.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.AppContext.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Buffers.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Collections.Concurrent.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Collections.Concurrent.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Collections.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Collections.Immutable.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Collections.Immutable.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Collections.NonGeneric.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Collections.NonGeneric.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Collections.Specialized.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Collections.Specialized.xml
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Collections.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ComponentModel.Annotations.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ComponentModel.Annotations.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ComponentModel.DataAnnotations.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ComponentModel.DataAnnotations.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ComponentModel.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ComponentModel.EventBasedAsync.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ComponentModel.EventBasedAsync.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ComponentModel.Primitives.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ComponentModel.Primitives.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ComponentModel.TypeConverter.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ComponentModel.TypeConverter.xml
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ComponentModel.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Configuration.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Configuration.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Console.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Console.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Core.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Core.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Data.Common.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Data.Common.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Data.DataSetExtensions.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Data.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.Contracts.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.Contracts.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.Debug.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.DiagnosticSource.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.DiagnosticSource.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.FileVersionInfo.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.FileVersionInfo.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.Process.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.Process.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.StackTrace.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.StackTrace.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.TextWriterTraceListener.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.TextWriterTraceListener.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.Tools.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.TraceSource.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.TraceSource.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.Tracing.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Diagnostics.Tracing.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Drawing.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Drawing.Primitives.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Drawing.Primitives.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Drawing.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Dynamic.Runtime.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Formats.Asn1.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Formats.Asn1.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Formats.Tar.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Formats.Tar.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Globalization.Calendars.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Globalization.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Globalization.Extensions.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.Compression.Brotli.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.Compression.Brotli.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.Compression.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.Compression.FileSystem.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.Compression.FileSystem.xml
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.Compression.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.Compression.ZipFile.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.Compression.ZipFile.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.FileSystem.AccessControl.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.FileSystem.AccessControl.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.FileSystem.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.FileSystem.DriveInfo.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.FileSystem.DriveInfo.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.FileSystem.Primitives.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.FileSystem.Watcher.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.FileSystem.Watcher.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.IsolatedStorage.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.IsolatedStorage.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.MemoryMappedFiles.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.MemoryMappedFiles.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.Pipes.AccessControl.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.Pipes.AccessControl.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.Pipes.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.Pipes.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.IO.UnmanagedMemoryStream.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Linq.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Linq.Expressions.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Linq.Expressions.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Linq.Parallel.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Linq.Parallel.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Linq.Queryable.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Linq.Queryable.xml
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Linq.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Memory.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Memory.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Http.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Http.Json.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Http.Json.xml
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Http.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.HttpListener.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.HttpListener.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Mail.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Mail.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.NameResolution.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.NameResolution.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.NetworkInformation.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.NetworkInformation.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Ping.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Ping.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Primitives.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Primitives.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Quic.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Quic.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Requests.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Requests.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Security.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Security.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.ServicePoint.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.ServicePoint.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Sockets.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.Sockets.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.WebClient.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.WebClient.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.WebHeaderCollection.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.WebHeaderCollection.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.WebProxy.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.WebProxy.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.WebSockets.Client.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.WebSockets.Client.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.WebSockets.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.WebSockets.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Net.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Numerics.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Numerics.Vectors.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Numerics.Vectors.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Numerics.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ObjectModel.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ObjectModel.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.DispatchProxy.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.DispatchProxy.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.Emit.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.Emit.ILGeneration.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.Emit.ILGeneration.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.Emit.Lightweight.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.Emit.Lightweight.xml
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.Emit.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.Extensions.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.Metadata.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.Metadata.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.Primitives.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.Primitives.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.TypeExtensions.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Reflection.TypeExtensions.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Resources.Reader.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Resources.ResourceManager.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Resources.Writer.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Resources.Writer.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.CompilerServices.Unsafe.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.CompilerServices.VisualC.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.CompilerServices.VisualC.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Extensions.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Handles.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.InteropServices.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.InteropServices.JavaScript.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.InteropServices.JavaScript.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.InteropServices.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Intrinsics.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Intrinsics.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Loader.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Loader.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Numerics.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Numerics.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Serialization.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Serialization.Formatters.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Serialization.Formatters.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Serialization.Json.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Serialization.Json.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Serialization.Primitives.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Serialization.Primitives.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Serialization.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Serialization.Xml.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.Serialization.Xml.xml
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Runtime.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.AccessControl.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.AccessControl.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.Claims.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.Claims.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.Cryptography.Algorithms.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.Cryptography.Cng.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.Cryptography.Csp.dll
|
||||
@@ ------------ @@
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.Cryptography.OpenSsl.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.Cryptography.Primitives.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.Cryptography.X509Certificates.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.Cryptography.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.Principal.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.Principal.Windows.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.Principal.Windows.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.SecureString.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Security.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ServiceModel.Web.dll
|
||||
@@ ------------ @@
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ServiceProcess.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ServiceProcess.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Text.Encoding.CodePages.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Text.Encoding.CodePages.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Text.Encoding.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Text.Encoding.Extensions.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Text.Encoding.Extensions.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Text.Encodings.Web.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Text.Encodings.Web.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Text.Json.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Text.Json.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Text.RegularExpressions.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Text.RegularExpressions.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Channels.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Channels.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Overlapped.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Overlapped.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Tasks.Dataflow.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Tasks.Dataflow.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Tasks.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Tasks.Extensions.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Tasks.Parallel.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Tasks.Parallel.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Thread.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Thread.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.ThreadPool.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.ThreadPool.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.Timer.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Threading.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Transactions.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Transactions.Local.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Transactions.Local.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Transactions.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.ValueTuple.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Web.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Web.HttpUtility.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Web.HttpUtility.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Web.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Windows.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Windows.xml
|
||||
@@ ------------ @@
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.Linq.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.Linq.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.ReaderWriter.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.ReaderWriter.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.Serialization.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.Serialization.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.XDocument.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.XDocument.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.XmlDocument.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.XmlSerializer.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.XmlSerializer.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.XPath.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.XPath.XDocument.dll
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.XPath.XDocument.xml
|
||||
-./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/System.Xml.XPath.xml
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/WindowsBase.dll
|
||||
./packs/Microsoft.NETCore.App.Ref/x.y.z/ref/netx.y/WindowsBase.xml
|
||||
./packs/NETStandard.Library.Ref/
|
||||
@@ ------------ @@
|
||||
./sdk/x.y.z/.version
|
||||
./sdk/x.y.z/AppHostTemplate/
|
||||
./sdk/x.y.z/AppHostTemplate/apphost
|
||||
-./sdk/x.y.z/arm64/
|
||||
-./sdk/x.y.z/arm64/dbghelp.dll
|
||||
./sdk/x.y.z/cs/
|
||||
./sdk/x.y.z/cs/dotnet.resources.dll
|
||||
-./sdk/x.y.z/cs/Microsoft.Build.NuGetSdkResolver.resources.dll
|
||||
|
@ -394,7 +101,6 @@ index ------------
|
|||
./sdk/x.y.z/datacollector.dll.config
|
||||
-./sdk/x.y.z/datacollector.exe
|
||||
./sdk/x.y.z/datacollector.runtimeconfig.json
|
||||
-./sdk/x.y.z/dbghelp.dll
|
||||
./sdk/x.y.z/de/
|
||||
./sdk/x.y.z/de/dotnet.resources.dll
|
||||
-./sdk/x.y.z/de/Microsoft.Build.NuGetSdkResolver.resources.dll
|
||||
|
@ -926,26 +632,7 @@ index ------------
|
|||
+./sdk/x.y.z/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll
|
||||
./sdk/x.y.z/Microsoft.VisualStudio.TestPlatform.ObjectModel.deps.json
|
||||
./sdk/x.y.z/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Arm.Resources.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.arm64.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.ComInterfaces.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.CppUnitTestExtension.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Discoverer.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Executor.Arm.Resources.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Executor.arm64.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Executor.arm64.dll.manifest
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Executor.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Executor.dll.manifest
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Executor.Resources.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Executor.x64.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Executor.x64.dll.manifest
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.Resources.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.TestEngine.dll
|
||||
-./sdk/x.y.z/Microsoft.VisualStudio.TestTools.CppUnitTestFramework.x64.dll
|
||||
./sdk/x.y.z/Microsoft.VisualStudioVersion.v11.Common.props
|
||||
./sdk/x.y.z/Microsoft.VisualStudioVersion.v12.Common.props
|
||||
./sdk/x.y.z/Microsoft.VisualStudioVersion.v14.Common.props
|
||||
@@ ------------ @@
|
||||
./sdk/x.y.z/package.deps.json
|
||||
./sdk/x.y.z/pl/
|
||||
|
@ -1723,14 +1410,13 @@ index ------------
|
|||
-./sdk/x.y.z/tr/vstest.console.resources.dll
|
||||
./sdk/x.y.z/trustedroots/
|
||||
./sdk/x.y.z/trustedroots/codesignctl.pem
|
||||
./sdk/x.y.z/trustedroots/timestampctl.pem
|
||||
+./sdk/x.y.z/vstest.console
|
||||
./sdk/x.y.z/vstest.console.deps.json
|
||||
./sdk/x.y.z/vstest.console.dll
|
||||
./sdk/x.y.z/vstest.console.dll.config
|
||||
-./sdk/x.y.z/vstest.console.exe
|
||||
./sdk/x.y.z/vstest.console.runtimeconfig.json
|
||||
-./sdk/x.y.z/x64/
|
||||
-./sdk/x.y.z/x64/dbghelp.dll
|
||||
./sdk/x.y.z/zh-Hans/
|
||||
./sdk/x.y.z/zh-Hans/dotnet.resources.dll
|
||||
-./sdk/x.y.z/zh-Hans/Microsoft.Build.NuGetSdkResolver.resources.dll
|
||||
|
|
|
@ -59,9 +59,6 @@
|
|||
<File Path="dotnet-sdk-x.y.z-banana-rid.tar/sdk/x.y.z/DotnetTools/dotnet-watch/x.y.z/tools/netx.y/any/System.Composition.TypedParts.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="dotnet-sdk-x.y.z-banana-rid.tar/sdk/x.y.z/DotnetTools/dotnet-watch/x.y.z/tools/netx.y/any/System.IO.Pipelines.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="dotnet-sdk-x.y.z-banana-rid.tar/sdk/x.y.z/Roslyn/bincore/runtimes/win/lib/netx.y/System.Text.Encoding.CodePages.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
|
@ -242,6 +239,12 @@
|
|||
<File Path="Microsoft.DotNet.Arcade.Sdk.x.y.z/tools/netx.y/runtimes/win/lib/netx.y/Microsoft.Win32.SystemEvents.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="Microsoft.DotNet.Arcade.Sdk.x.y.z/tools/netx.y/runtimes/win/lib/netx.y/System.Diagnostics.EventLog.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="Microsoft.DotNet.Arcade.Sdk.x.y.z/tools/netx.y/runtimes/win/lib/netx.y/System.Diagnostics.EventLog.Messages.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="Microsoft.DotNet.Arcade.Sdk.x.y.z/tools/netx.y/runtimes/win/lib/netx.y/System.Drawing.Common.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
|
@ -254,6 +257,9 @@
|
|||
<File Path="Microsoft.DotNet.Arcade.Sdk.x.y.z/tools/netx.y/System.Configuration.ConfigurationManager.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="Microsoft.DotNet.Arcade.Sdk.x.y.z/tools/netx.y/System.Diagnostics.EventLog.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="Microsoft.DotNet.Arcade.Sdk.x.y.z/tools/netx.y/System.Drawing.Common.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
|
@ -404,6 +410,12 @@
|
|||
<File Path="Microsoft.DotNet.Build.Tasks.Packaging.x.y.z/tools/netx.y/runtimes/win/lib/netx.y/Microsoft.Win32.SystemEvents.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="Microsoft.DotNet.Build.Tasks.Packaging.x.y.z/tools/netx.y/runtimes/win/lib/netx.y/System.Diagnostics.EventLog.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="Microsoft.DotNet.Build.Tasks.Packaging.x.y.z/tools/netx.y/runtimes/win/lib/netx.y/System.Diagnostics.EventLog.Messages.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="Microsoft.DotNet.Build.Tasks.Packaging.x.y.z/tools/netx.y/runtimes/win/lib/netx.y/System.Drawing.Common.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
|
@ -419,6 +431,9 @@
|
|||
<File Path="Microsoft.DotNet.Build.Tasks.Packaging.x.y.z/tools/netx.y/System.Configuration.ConfigurationManager.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="Microsoft.DotNet.Build.Tasks.Packaging.x.y.z/tools/netx.y/System.Diagnostics.EventLog.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="Microsoft.DotNet.Build.Tasks.Packaging.x.y.z/tools/netx.y/System.Drawing.Common.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
|
@ -1160,250 +1175,10 @@
|
|||
<File Path="Microsoft.NET.ILLink.Tasks.x.y.z/tools/net472/System.Reflection.Metadata.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/Microsoft.VisualBasic.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/Microsoft.Win32.Primitives.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/mscorlib.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/netstandard.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/netstandard/System.Collections.Immutable.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/netstandard/System.Reflection.Metadata.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.AppContext.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Buffers.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.ComponentModel.DataAnnotations.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Configuration.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Core.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Data.DataSetExtensions.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Data.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Diagnostics.Contracts.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Diagnostics.Debug.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Diagnostics.Tools.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Diagnostics.Tracing.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Drawing.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Dynamic.Runtime.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Globalization.Calendars.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Globalization.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Globalization.Extensions.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.IO.Compression.FileSystem.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.IO.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.IO.FileSystem.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.IO.FileSystem.Primitives.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.IO.UnmanagedMemoryStream.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Net.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Numerics.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Numerics.Vectors.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Reflection.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Reflection.Emit.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Reflection.Emit.ILGeneration.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Reflection.Emit.Lightweight.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Reflection.Extensions.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Reflection.Primitives.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Resources.Reader.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Resources.ResourceManager.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Runtime.CompilerServices.Unsafe.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Runtime.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Runtime.Extensions.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Runtime.Handles.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Runtime.InteropServices.RuntimeInformation.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Runtime.Intrinsics.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Runtime.Loader.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Runtime.Serialization.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Runtime.Serialization.Json.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Runtime.Serialization.Xml.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Security.Cryptography.Algorithms.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Security.Cryptography.Cng.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Security.Cryptography.Csp.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Security.Cryptography.Encoding.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Security.Cryptography.OpenSsl.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Security.Cryptography.Primitives.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Security.Cryptography.X509Certificates.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Security.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Security.Principal.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Security.SecureString.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.ServiceModel.Web.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.ServiceProcess.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Text.Encoding.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Text.Encoding.Extensions.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Threading.Overlapped.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Threading.Tasks.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Threading.Tasks.Extensions.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Threading.Thread.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Threading.ThreadPool.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Threading.Timer.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Transactions.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.ValueTuple.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Web.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Windows.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Xml.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Xml.Linq.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Xml.ReaderWriter.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Xml.Serialization.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Xml.XDocument.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Xml.XmlDocument.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Xml.XmlSerializer.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/System.Xml.XPath.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
<File Path="runtime.portable-rid.Microsoft.DotNet.ILCompiler.x.y.z/tools/WindowsBase.dll">
|
||||
<Type>AssemblyAttribute</Type>
|
||||
</File>
|
||||
</PrebuiltLeakReport>
|
||||
</PrebuiltLeakReport>
|
|
@ -1,21 +0,0 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Chris Rummel <crummel@microsoft.com>
|
||||
Date: Wed, 21 Sep 2022 11:38:27 -0500
|
||||
Subject: [PATCH] Patch out 'no entrypoint' warning as a workaround.
|
||||
|
||||
---
|
||||
src/Compiler/AbstractIL/ilwrite.fs | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/src/Compiler/AbstractIL/ilwrite.fs b/src/Compiler/AbstractIL/ilwrite.fs
|
||||
index 983159604..adc338bc1 100644
|
||||
--- a/src/Compiler/AbstractIL/ilwrite.fs
|
||||
+++ b/src/Compiler/AbstractIL/ilwrite.fs
|
||||
@@ -3143,7 +3143,6 @@ let generateIL (
|
||||
if isDll then 0x0
|
||||
else getUncodedToken (if epHere then TableNames.Method else TableNames.File) tok
|
||||
| None ->
|
||||
- if not isDll then dprintn "warning: no entrypoint specified in executable binary"
|
||||
0x0
|
||||
|
||||
let pdbData =
|
Loading…
Reference in a new issue