File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Dependencies >
3
3
<ToolsetDependencies >
4
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 6.0.0-beta.21160.7 " >
4
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 6.0.0-beta.21165.1 " >
5
5
<Uri >https://github.com/dotnet/arcade</Uri >
6
- <Sha >7f13798e5f567b72ffe63205bf49839245f0f8c1 </Sha >
6
+ <Sha >d88b466beb295e15b5e3bcb36b02b7900d4fd0ca </Sha >
7
7
</Dependency >
8
- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 6.0.0-beta.21160.7 " >
8
+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 6.0.0-beta.21165.1 " >
9
9
<Uri >https://github.com/dotnet/arcade</Uri >
10
- <Sha >7f13798e5f567b72ffe63205bf49839245f0f8c1 </Sha >
10
+ <Sha >d88b466beb295e15b5e3bcb36b02b7900d4fd0ca </Sha >
11
11
</Dependency >
12
- <Dependency Name =" Microsoft.DotNet.GenAPI" Version =" 6.0.0-beta.21160.7 " >
12
+ <Dependency Name =" Microsoft.DotNet.GenAPI" Version =" 6.0.0-beta.21165.1 " >
13
13
<Uri >https://github.com/dotnet/arcade</Uri >
14
- <Sha >7f13798e5f567b72ffe63205bf49839245f0f8c1 </Sha >
14
+ <Sha >d88b466beb295e15b5e3bcb36b02b7900d4fd0ca </Sha >
15
15
</Dependency >
16
16
</ToolsetDependencies >
17
17
<!-- ProductDependencies -->
Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<PreReleaseVersionLabel >prerelease</PreReleaseVersionLabel >
5
- <MicrosoftDotNetGenAPIPackageVersion >6.0.0-beta.21160.7 </MicrosoftDotNetGenAPIPackageVersion >
5
+ <MicrosoftDotNetGenAPIPackageVersion >6.0.0-beta.21165.1 </MicrosoftDotNetGenAPIPackageVersion >
6
6
<!-- dotnet/corefx dependencies -->
7
7
<SystemDrawingCommonPackageVersion >5.0.2</SystemDrawingCommonPackageVersion >
8
8
<SystemIOPortsPackageVersion >5.0.1</SystemIOPortsPackageVersion >
Original file line number Diff line number Diff line change 29
29
sendParams : $(Build.SourcesDirectory)/eng/common/performance/${{ parameters.ProjectFile }} /restore /t:Test /bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/SendToHelix.binlog
30
30
displayName : ${{ parameters.DisplayNamePrefix }}
31
31
condition : ${{ parameters.condition }}
32
- continueOnError : ${{ parameters.continueOnError }}
32
+ shouldContinueOnError : ${{ parameters.continueOnError }}
33
33
environment :
34
34
BuildConfig : $(_BuildConfig)
35
35
HelixSource : ${{ parameters.HelixSource }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 6.0.100-preview.1.21103.13 " ,
3
+ "dotnet" : " 6.0.100-preview.2.21155.3 " ,
4
4
"runtimes" : {
5
5
"dotnet/x64" : [
6
6
" 2.1.25" ,
9
9
}
10
10
},
11
11
"sdk" : {
12
- "version" : " 6.0.100-preview.1.21103.13 "
12
+ "version" : " 6.0.100-preview.2.21155.3 "
13
13
},
14
14
"msbuild-sdks" : {
15
- "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.21160.7 " ,
16
- "Microsoft.DotNet.Helix.Sdk" : " 6.0.0-beta.21160.7 "
15
+ "Microsoft.DotNet.Arcade.Sdk" : " 6.0.0-beta.21165.1 " ,
16
+ "Microsoft.DotNet.Helix.Sdk" : " 6.0.0-beta.21165.1 "
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments