Skip to content

Commit

Permalink
[master] Update dependencies from dotnet/arcade (#574)
Browse files Browse the repository at this point in the history
[master] Update dependencies from dotnet/arcade
- Updates:
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20117.3 to 5.0.0-beta.20374.1

 - Upadte xcopy-msbuild

 - Switch to Arcade UnitTest targets and props

 - Install the 3.1.0 runtime for test running

 - Use default test versions from Arcade

 - Work around implicit package reference warning

 - Set DOTNET_ROOT variable

 - Remove not working workaround for implicit package reference

 - Reference the XUnit Assert package

 - Lock to prior version of Microsoft.NET.Test.Sdk

Support for netcoreapp1.1 was removed in microsoft/vstest#2067 and
microsoft/vstest#2192, so we can no longer take updates to this package.
  • Loading branch information
dotnet-maestro[bot] authored Jul 29, 2020
1 parent 1e2b063 commit e2e9d63
Show file tree
Hide file tree
Showing 65 changed files with 1,997 additions and 1,552 deletions.
6 changes: 5 additions & 1 deletion .vsts-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
variables:
- name: DOTNET_ROOT
value: $(Build.SourcesDirectory)\.dotnet

jobs:
- job: Windows
pool:
Expand Down Expand Up @@ -44,7 +48,7 @@ jobs:
- task: PublishTestResults@2
inputs:
testRunner: 'xUnit'
testResultsFiles: '**/*.xml'
testResultsFiles: '**/*.xml'
searchFolder: '$(Build.SourcesDirectory)\artifacts\TestResults\$(_configuration)'
configuration: '$(_configuration)'
publishRunAttachments: true
Expand Down
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20117.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20374.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bd2a2b09716ddb54cb1e40f087beaaeeef859118</Sha>
<Sha>f6192d1e284a08ac05041d05fa6e60dec74b24f5</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 4 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<UsingToolSymbolUploader>true</UsingToolSymbolUploader>
<MicrosoftNetCompilersToolsetVersion>3.7.0-4.20351.2</MicrosoftNetCompilersToolsetVersion>

<!-- Force prior version due to https://github.com/microsoft/vstest/pull/2192 and https://github.com/microsoft/vstest/pull/2067 -->
<MicrosoftNETTestSdkVersion>16.1.1</MicrosoftNETTestSdkVersion>

<!-- Dependencies -->
<!-- Roslyn for VS 2019 -->
<!-- NOTE: Do not upgrade these to be newer than what shipped in VS 2019 since the Syntax Visualizer extension still
Expand Down
159 changes: 0 additions & 159 deletions eng/common/CheckSymbols.ps1

This file was deleted.

83 changes: 0 additions & 83 deletions eng/common/PublishToPackageFeed.proj

This file was deleted.

84 changes: 0 additions & 84 deletions eng/common/PublishToSymbolServers.proj

This file was deleted.

Loading

0 comments on commit e2e9d63

Please sign in to comment.