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 103
103
numbers of the shared frameworks. -->
104
104
<MicrosoftWindowsDesktopAppRuntimePackageVersion >$(MicrosoftNETCoreAppRefPackageVersion)</MicrosoftWindowsDesktopAppRuntimePackageVersion >
105
105
<MicrosoftWindowsDesktopAppRefPackageVersion >$(MicrosoftNETCoreAppRefPackageVersion)</MicrosoftWindowsDesktopAppRefPackageVersion >
106
- <MicrosoftNETSdkWindowsDesktopPackageVersion >$(MicrosoftNETCorePlatformsPackageVersion)</MicrosoftNETSdkWindowsDesktopPackageVersion >
107
106
<MicrosoftWindowsDesktopAppInternalPackageVersion >$(MicrosoftNETCorePlatformsPackageVersion)</MicrosoftWindowsDesktopAppInternalPackageVersion >
108
107
109
108
<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 83
83
- template : /eng/common/core-templates/jobs/source-build.yml
84
84
parameters :
85
85
is1ESPipeline : ${{ parameters.is1ESPipeline }}
86
- allCompletedJobId : Source_Build_Complete
87
86
${{ each parameter in parameters.sourceBuildParameters }} :
88
87
${{ parameter.key }} : ${{ parameter.value }}
89
88
@@ -108,8 +107,6 @@ jobs:
108
107
- ${{ if eq(parameters.publishBuildAssetsDependsOn, '') }} :
109
108
- ${{ each job in parameters.jobs }} :
110
109
- ${{ job.job }}
111
- - ${{ if eq(parameters.enableSourceBuild, true) }} :
112
- - Source_Build_Complete
113
110
114
111
runAsPublic : ${{ parameters.runAsPublic }}
115
112
publishAssetsImmediately : ${{ or(parameters.publishAssetsImmediately, parameters.isAssetlessBuild) }}
Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ parameters:
2
2
# This template adds arcade-powered source-build to CI. A job is created for each platform, as
3
3
# well as an optional server job that completes when all platform jobs complete.
4
4
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
-
11
5
# See /eng/common/core-templates/job/source-build.yml
12
6
jobNamePrefix : ' Source_Build'
13
7
@@ -31,16 +25,6 @@ parameters:
31
25
32
26
jobs :
33
27
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
-
44
28
- ${{ each platform in parameters.platforms }} :
45
29
- template : /eng/common/core-templates/job/source-build.yml
46
30
parameters :
Original file line number Diff line number Diff line change 21
21
}
22
22
},
23
23
"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 " ,
26
26
"Microsoft.Build.NoTargets" : " 3.7.0" ,
27
27
"Microsoft.Build.Traversal" : " 3.4.0" ,
28
28
"Microsoft.WixToolset.Sdk" : " 5.0.2-dotnet.2737382"
Original file line number Diff line number Diff line change 54
54
<PackageReference Include =" Microsoft.Build" ExcludeAssets =" runtime" PrivateAssets =" all" />
55
55
<PackageReference Include =" Microsoft.Build.Utilities.Core" ExcludeAssets =" runtime" PrivateAssets =" all" />
56
56
<PackageReference Include =" System.CommandLine" />
57
- <PackageReference Include =" System.Diagnostics.DiagnosticSource" />
58
57
<PackageReference Include =" System.IO.Hashing" />
59
58
</ItemGroup >
60
59
60
+ <ItemGroup Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
61
+ <PackageReference Include =" System.Diagnostics.DiagnosticSource" />
62
+ </ItemGroup >
63
+
61
64
<Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
62
65
</Project >
You can’t perform that action at this time.
0 commit comments