File tree Expand file tree Collapse file tree 7 files changed +350
-359
lines changed
common/core-templates/jobs
src/Cli/Microsoft.DotNet.Cli.Utils Expand file tree Collapse file tree 7 files changed +350
-359
lines changed Original file line number Diff line number Diff line change 103103 numbers of the shared frameworks. -->
104104 <MicrosoftWindowsDesktopAppRuntimePackageVersion >$(MicrosoftNETCoreAppRefPackageVersion)</MicrosoftWindowsDesktopAppRuntimePackageVersion >
105105 <MicrosoftWindowsDesktopAppRefPackageVersion >$(MicrosoftNETCoreAppRefPackageVersion)</MicrosoftWindowsDesktopAppRefPackageVersion >
106- <MicrosoftNETSdkWindowsDesktopPackageVersion >$(MicrosoftNETCorePlatformsPackageVersion)</MicrosoftNETSdkWindowsDesktopPackageVersion >
107106 <MicrosoftWindowsDesktopAppInternalPackageVersion >$(MicrosoftNETCorePlatformsPackageVersion)</MicrosoftWindowsDesktopAppInternalPackageVersion >
108107
109108 <HostFxrVersion >$(MicrosoftNETCoreAppRuntimePackageVersion)</HostFxrVersion >
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 8383 - template : /eng/common/core-templates/jobs/source-build.yml
8484 parameters :
8585 is1ESPipeline : ${{ parameters.is1ESPipeline }}
86- allCompletedJobId : Source_Build_Complete
8786 ${{ each parameter in parameters.sourceBuildParameters }} :
8887 ${{ parameter.key }} : ${{ parameter.value }}
8988
@@ -108,8 +107,6 @@ jobs:
108107 - ${{ if eq(parameters.publishBuildAssetsDependsOn, '') }} :
109108 - ${{ each job in parameters.jobs }} :
110109 - ${{ job.job }}
111- - ${{ if eq(parameters.enableSourceBuild, true) }} :
112- - Source_Build_Complete
113110
114111 runAsPublic : ${{ parameters.runAsPublic }}
115112 publishAssetsImmediately : ${{ or(parameters.publishAssetsImmediately, parameters.isAssetlessBuild) }}
Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ parameters:
22 # This template adds arcade-powered source-build to CI. A job is created for each platform, as
33 # well as an optional server job that completes when all platform jobs complete.
44
5- # The name of the "join" job for all source-build platforms. If set to empty string, the job is
6- # not included. Existing repo pipelines can use this job depend on all source-build jobs
7- # completing without maintaining a separate list of every single job ID: just depend on this one
8- # server job. By default, not included. Recommended name if used: 'Source_Build_Complete'.
9- allCompletedJobId : ' '
10-
115 # See /eng/common/core-templates/job/source-build.yml
126 jobNamePrefix : ' Source_Build'
137
@@ -31,16 +25,6 @@ parameters:
3125
3226jobs :
3327
34- - ${{ if ne(parameters.allCompletedJobId, '') }} :
35- - job : ${{ parameters.allCompletedJobId }}
36- displayName : Source-Build Complete
37- pool : server
38- dependsOn :
39- - ${{ each platform in parameters.platforms }} :
40- - ${{ parameters.jobNamePrefix }}_${{ platform.name }}
41- - ${{ if eq(length(parameters.platforms), 0) }} :
42- - ${{ parameters.jobNamePrefix }}_${{ parameters.defaultManagedPlatform.name }}
43-
4428- ${{ each platform in parameters.platforms }} :
4529 - template : /eng/common/core-templates/job/source-build.yml
4630 parameters :
Original file line number Diff line number Diff line change 2121 }
2222 },
2323 "msbuild-sdks" : {
24- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25373.106 " ,
25- "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25373.106 " ,
24+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25377.103 " ,
25+ "Microsoft.DotNet.Helix.Sdk" : " 10.0.0-beta.25377.103 " ,
2626 "Microsoft.Build.NoTargets" : " 3.7.0" ,
2727 "Microsoft.Build.Traversal" : " 3.4.0" ,
2828 "Microsoft.WixToolset.Sdk" : " 5.0.2-dotnet.2737382"
Original file line number Diff line number Diff line change 5454 <PackageReference Include =" Microsoft.Build" ExcludeAssets =" runtime" PrivateAssets =" all" />
5555 <PackageReference Include =" Microsoft.Build.Utilities.Core" ExcludeAssets =" runtime" PrivateAssets =" all" />
5656 <PackageReference Include =" System.CommandLine" />
57- <PackageReference Include =" System.Diagnostics.DiagnosticSource" />
5857 <PackageReference Include =" System.IO.Hashing" />
5958 </ItemGroup >
6059
60+ <ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
61+ <PackageReference Include =" System.Diagnostics.DiagnosticSource" />
62+ </ItemGroup >
63+
6164 <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
6265</Project >
You can’t perform that action at this time.
0 commit comments