-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Description
perfview specifies version 1.0.25 of Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles
perfview/src/Directory.Build.props
Line 36 in 4fb9ec6
| <MicrosoftDiagnosticsTracingTraceEventSupportFilesVersion>1.0.25</MicrosoftDiagnosticsTracingTraceEventSupportFilesVersion> |
But NuGet only has u to 1.0.23. Which matches the nuspec on this repo:
Line 5 in 4fb9ec6
| <version>1.0.23</version> |
I found a script that copies files from the package itself:
perfview/src/NugetSupportFiles/Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles.Populate.bat
Lines 10 to 11 in 4fb9ec6
| xcopy /s /Y %HOMEDRIVE%%HOMEPATH%\.nuget\packages\Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles\1.0.%1\*.dll Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles | |
| xcopy /s /Y %HOMEDRIVE%%HOMEPATH%\.nuget\packages\Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles\1.0.%1\*.pdb Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles |
But not much more in terms of publishing a new version. Am I missing something? Should 1.0.25 be available somewhere?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels