Update dependencies from https://github.com/dotnet/arcade build 20201025.1 (#2987)
[master] Update dependencies from dotnet/arcade
This commit is contained in:
Родитель
5234210ef8
Коммит
5075a6e0a8
|
@ -3,17 +3,17 @@
|
|||
<ProductDependencies>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20522.2">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20525.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c262e0121edb7df890528bb61589d4b6e440a1f6</Sha>
|
||||
<Sha>a77062f9cdaf07cbaf8d19941d079837844f69ca</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20522.2">
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20525.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c262e0121edb7df890528bb61589d4b6e440a1f6</Sha>
|
||||
<Sha>a77062f9cdaf07cbaf8d19941d079837844f69ca</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.20522.2">
|
||||
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.20525.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c262e0121edb7df890528bb61589d4b6e440a1f6</Sha>
|
||||
<Sha>a77062f9cdaf07cbaf8d19941d079837844f69ca</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
<SnVersion>1.0.0</SnVersion>
|
||||
<VSWhereVersion>2.5.2</VSWhereVersion>
|
||||
<MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion>
|
||||
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.20522.2</MicrosoftDotNetGenAPIVersion>
|
||||
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.20525.1</MicrosoftDotNetGenAPIVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
@ -203,7 +203,7 @@ jobs:
|
|||
continueOnError: true
|
||||
condition: always()
|
||||
|
||||
- ${{ if or(eq(parameters.enablePublishTestResults, 'true'), eq(parameters.testResultsFormat, 'xunit')) }}:
|
||||
- ${{ if or(and(eq(parameters.enablePublishTestResults, 'true'), eq(parameters.testResultsFormat, '')), eq(parameters.testResultsFormat, 'xunit')) }}:
|
||||
- task: PublishTestResults@2
|
||||
displayName: Publish XUnit Test Results
|
||||
inputs:
|
||||
|
@ -214,7 +214,7 @@ jobs:
|
|||
mergeTestResults: ${{ parameters.mergeTestResults }}
|
||||
continueOnError: true
|
||||
condition: always()
|
||||
- ${{ if or(eq(parameters.enablePublishTestResults, 'true'), eq(parameters.testResultsFormat, 'vstest')) }}:
|
||||
- ${{ if or(and(eq(parameters.enablePublishTestResults, 'true'), eq(parameters.testResultsFormat, '')), eq(parameters.testResultsFormat, 'vstest')) }}:
|
||||
- task: PublishTestResults@2
|
||||
displayName: Publish TRX Test Results
|
||||
inputs:
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20522.2",
|
||||
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20522.2"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20525.1",
|
||||
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20525.1"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче