Skip to content

Commit

Permalink
Get latest extensions from VS d15.9stg branch (microsoft#1771)
Browse files Browse the repository at this point in the history
(cherry picked from commit d5c4415)
  • Loading branch information
smadala committed Oct 5, 2018
1 parent 72afb81 commit ce887a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ function Publish-Package
Copy-PackageItems "Microsoft.TestPlatform.Build"

# Copy IntelliTrace components.
$intellitraceSourceDirectory = Join-Path $env:TP_PACKAGES_DIR "Microsoft.Internal.Intellitrace\15.8.0-preview-20180702-05\tools"
$intellitraceSourceDirectory = Join-Path $env:TP_PACKAGES_DIR "Microsoft.Internal.Intellitrace\15.9.0-preview-20180924-02\tools"
$intellitraceTargetDirectory = Join-Path $env:TP_OUT_DIR "$TPB_Configuration\Intellitrace"

if (-not (Test-Path $intellitraceTargetDirectory)) {
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/TestPlatform.Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<JsonNetVersion>9.0.1</JsonNetVersion>
<MoqVersion>4.7.63</MoqVersion>
<TestPlatformExternalsVersion>15.8.0-preview-1831095</TestPlatformExternalsVersion>
<TestPlatformExternalsVersion>15.9.0-preview-2055449</TestPlatformExternalsVersion>

</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/package/external/external.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Internal.Intellitrace">
<Version>15.8.0-preview-20180702-05</Version>
<Version>15.9.0-preview-20180924-02</Version>
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Internal.Dia">
Expand Down

0 comments on commit ce887a6

Please sign in to comment.