Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rel/17.1] Update dependencies from devdiv/DevDiv/vs-code-coverage #3216

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="17.1.2-beta.21579.1">
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="17.1.2-beta.21609.3">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>251eb05b1b66a9b5c7c20f65722a10dad06cef27</Sha>
<Sha>ec4e4222e21668f7c475802ef48881c71c62ca79</Sha>
</Dependency>
<Dependency Name="Microsoft.Diagnostics.NETCore.Client" Version="0.2.0-preview.21508.1">
<Uri>https://github.com/dotnet/diagnostics</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
JS etc.) is risky. This can break setup authoring and cause runtime failures in workloads
where Rolsyn is not installed. -->
<MicrosoftCodeAnalysisVersion>3.8.0-3.20427.2</MicrosoftCodeAnalysisVersion>
<MicrosoftInternalCodeCoverageVersion>17.1.2-beta.21579.1</MicrosoftInternalCodeCoverageVersion>
<MicrosoftInternalCodeCoverageVersion>17.1.2-beta.21609.3</MicrosoftInternalCodeCoverageVersion>
<MicrosoftDiagnosticsNETCoreClientVersion>0.2.0-preview.21508.1</MicrosoftDiagnosticsNETCoreClientVersion>
<MicrosoftSourceBuildIntermediatediagnosticsVersion>5.0.0-preview.21508.1</MicrosoftSourceBuildIntermediatediagnosticsVersion>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/package/nuspec/Microsoft.CodeCoverage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@

<file src="Microsoft.CodeCoverage\InstrumentationEngine\ubuntu\x64\libCoverageInstrumentationMethod.so" target="build\netstandard1.0\InstrumentationEngine\ubuntu\x64\libCoverageInstrumentationMethod.so" />
<file src="Microsoft.CodeCoverage\InstrumentationEngine\ubuntu\x64\libInstrumentationEngine.so" target="build\netstandard1.0\InstrumentationEngine\ubuntu\x64\libInstrumentationEngine.so" />
<file src="Microsoft.CodeCoverage\InstrumentationEngine\ubuntu\x64\ProductionBreakpoints_x64.config" target="build\netstandard1.0\InstrumentationEngine\ubuntu\x64\ProductionBreakpoints_x64.config" />
<file src="Microsoft.CodeCoverage\InstrumentationEngine\ubuntu\x64\VanguardInstrumentationProfiler_x64.config" target="build\netstandard1.0\InstrumentationEngine\ubuntu\x64\VanguardInstrumentationProfiler_x64.config" />

<file src="Microsoft.CodeCoverage\InstrumentationEngine\alpine\x64\libCoverageInstrumentationMethod.so" target="build\netstandard1.0\InstrumentationEngine\alpine\x64\libCoverageInstrumentationMethod.so" />
<file src="Microsoft.CodeCoverage\InstrumentationEngine\alpine\x64\libInstrumentationEngine.so" target="build\netstandard1.0\InstrumentationEngine\alpine\x64\libInstrumentationEngine.so" />
<file src="Microsoft.CodeCoverage\InstrumentationEngine\alpine\x64\ProductionBreakpoints_x64.config" target="build\netstandard1.0\InstrumentationEngine\alpine\x64\ProductionBreakpoints_x64.config" />
<file src="Microsoft.CodeCoverage\InstrumentationEngine\alpine\x64\VanguardInstrumentationProfiler_x64.config" target="build\netstandard1.0\InstrumentationEngine\alpine\x64\VanguardInstrumentationProfiler_x64.config" />

<file src="Microsoft.CodeCoverage\Shim\netcoreapp1.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll" target="lib\netcoreapp1.0\" />
<file src="Microsoft.CodeCoverage\Shim\net45\Microsoft.VisualStudio.CodeCoverage.Shim.dll" target="lib\net45\" />
Expand Down