File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
common/core-templates/job Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This file should be imported by eng/Versions.props
2727 <MicrosoftCodeAnalysisFeaturesPackageVersion >5.0.0-2.25480.7</MicrosoftCodeAnalysisFeaturesPackageVersion >
2828 <MicrosoftVisualStudioLanguageServicesPackageVersion >5.0.0-2.25480.7</MicrosoftVisualStudioLanguageServicesPackageVersion >
2929 <!-- dotnet/arcade dependencies -->
30- <MicrosoftDotNetArcadeSdkPackageVersion >11.0.0-beta.25601 .2</MicrosoftDotNetArcadeSdkPackageVersion >
30+ <MicrosoftDotNetArcadeSdkPackageVersion >11.0.0-beta.25603 .2</MicrosoftDotNetArcadeSdkPackageVersion >
3131 <!-- _git/dotnet-optimization dependencies -->
3232 <optimizationlinuxarm64MIBCRuntimePackageVersion >1.0.0-prerelease.25502.1</optimizationlinuxarm64MIBCRuntimePackageVersion >
3333 <optimizationlinuxx64MIBCRuntimePackageVersion >1.0.0-prerelease.25502.1</optimizationlinuxx64MIBCRuntimePackageVersion >
Original file line number Diff line number Diff line change 7676 </Dependency >
7777 </ProductDependencies >
7878 <ToolsetDependencies >
79- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 11.0.0-beta.25601 .2" >
79+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 11.0.0-beta.25603 .2" >
8080 <Uri >https://github.com/dotnet/arcade</Uri >
81- <Sha >846929727a388f2b1fd3ccf21f67694f44b91b4d </Sha >
81+ <Sha >9851192f7f7a7ee352358cce2627160fd1f2a54e </Sha >
8282 </Dependency >
8383 <Dependency Name =" optimization.windows_nt-x64.MIBC.Runtime" Version =" 1.0.0-prerelease.25502.1" >
8484 <Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri >
Original file line number Diff line number Diff line change 7373 templateContext : ${{ parameters.templateContext }}
7474
7575 variables :
76+ - name : AllowPtrToDetectTestRunRetryFiles
77+ value : true
7678 - ${{ if ne(parameters.enableTelemetry, 'false') }} :
7779 - name : DOTNET_CLI_TELEMETRY_PROFILE
7880 value : ' $(Build.Repository.Uri)'
Original file line number Diff line number Diff line change 2222 "perl" : " 5.38.2.2"
2323 },
2424 "msbuild-sdks" : {
25- "Microsoft.DotNet.Arcade.Sdk" : " 11.0.0-beta.25601 .2" ,
25+ "Microsoft.DotNet.Arcade.Sdk" : " 11.0.0-beta.25603 .2" ,
2626 "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23255.2"
2727 }
2828}
You can’t perform that action at this time.
0 commit comments