File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/SourceBuild/content/eng Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >$(NetCurrent)</TargetFramework >
5
5
</PropertyGroup >
6
-
6
+
7
7
<ItemGroup >
8
8
<ProjectReference Include =" $(TasksDir)Microsoft.DotNet.UnifiedBuild.Tasks\Microsoft.DotNet.UnifiedBuild.Tasks.csproj" />
9
9
</ItemGroup >
19
19
<Error Condition =" '$(AzureDevOpsProject)' == ''" Text =" AzureDevOpsProject is not set." />
20
20
<Error Condition =" '$(MainVerticalArtifactsFolder)' == ''" Text =" MainVerticalArtifactsFolder is not set." />
21
21
<Error Condition =" '$(OutputFolder)' == ''" Text =" OutputFolder is not set." />
22
-
22
+
23
23
<ItemGroup >
24
- <VerticalManifest
24
+ <VerticalManifest
25
25
Include =" $(VerticalManifestsPath)\*.xml"
26
- Exclude =" $(VerticalManifestsPath)\*Mono*.xml;$(VerticalManifestsPath)\*Pgo*.xml;$(VerticalManifestsPath)\* Shortstack*.xml;$(VerticalManifestsPath)\*DevVersions*.xml" />
26
+ Exclude =" $(VerticalManifestsPath)\*Mono*.xml;$(VerticalManifestsPath)\*Shortstack*.xml;$(VerticalManifestsPath)\*DevVersions*.xml" />
27
27
</ItemGroup >
28
-
28
+
29
29
<!-- AzureDevOpsToken shouldn't be set when running in dnceng-public -->
30
- <Microsoft .DotNet.UnifiedBuild.Tasks.JoinVerticals
30
+ <Microsoft .DotNet.UnifiedBuild.Tasks.JoinVerticals
31
31
VerticalManifest =" @(VerticalManifest)"
32
32
MainVertical =" $(MainVertical)"
33
33
BuildId =" $(BuildId)"
37
37
MainVerticalArtifactsFolder =" $(MainVerticalArtifactsFolder)"
38
38
OutputFolder =" $(OutputFolder)" />
39
39
</Target >
40
-
41
- </Project >
40
+
41
+ </Project >
You can’t perform that action at this time.
0 commit comments