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 15
15
Overwrite =" true"
16
16
Encoding =" ASCII" />
17
17
18
- <!-- The Version.Details file doesn't contain live information when building the
19
- .NET product inside the orchestrator . Therefore don't read from it in that mode. -->
18
+ <!-- The Version.Details file doesn't contain live information when building
19
+ inside the VMR . Therefore don't read from it in that mode. -->
20
20
<GetDependencyInfo
21
21
VersionDetailsXmlFile =" $(RepositoryEngineeringDir)Version.Details.xml"
22
22
DependencyName =" Microsoft.NETCore.App.Ref"
23
- Condition =" '$(DotNetBuildOrchestrator )' != 'true'" >
23
+ Condition =" '$(DotNetBuildFromVMR )' != 'true'" >
24
24
<Output TaskParameter =" DependencyVersion" PropertyName =" DepRuntimeVersion" />
25
25
<Output TaskParameter =" DependencyCommit" PropertyName =" DepRuntimeCommit" />
26
26
</GetDependencyInfo >
27
27
28
28
<GetDependencyInfo
29
29
VersionDetailsXmlFile =" $(RepositoryEngineeringDir)Version.Details.xml"
30
30
DependencyName =" Microsoft.AspNetCore.App.Ref"
31
- Condition =" '$(DotNetBuildOrchestrator )' != 'true'" >
31
+ Condition =" '$(DotNetBuildFromVMR )' != 'true'" >
32
32
<Output TaskParameter =" DependencyVersion" PropertyName =" DepAspNetCoreVersion" />
33
33
<Output TaskParameter =" DependencyCommit" PropertyName =" DepAspNetCoreCommit" />
34
34
</GetDependencyInfo >
35
35
36
36
<GetDependencyInfo
37
37
VersionDetailsXmlFile =" $(RepositoryEngineeringDir)Version.Details.xml"
38
38
DependencyName =" Microsoft.WindowsDesktop.App.Ref"
39
- Condition =" '$(DotNetBuildOrchestrator )' != 'true'" >
39
+ Condition =" '$(DotNetBuildFromVMR )' != 'true'" >
40
40
<Output TaskParameter =" DependencyVersion" PropertyName =" DepWindowsDesktopVersion" />
41
41
<Output TaskParameter =" DependencyCommit" PropertyName =" DepWindowsDesktopCommit" />
42
42
</GetDependencyInfo >
Original file line number Diff line number Diff line change 199
199
<Target Name =" PublishTestCli" >
200
200
<PropertyGroup >
201
201
<TestCliNuGetDirectoryTargetFramework Condition =" '$(DotNetBuildSourceOnly)' != 'true'" >net9.0</TestCliNuGetDirectoryTargetFramework >
202
- <TestCliNuGetDirectoryTargetFramework Condition =" '$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildOrchestrator )' == 'true'" >$(NetCurrent)</TestCliNuGetDirectoryTargetFramework >
203
- <TestCliNuGetDirectoryTargetFramework Condition =" '$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildOrchestrator )' != 'true'" >net9.0</TestCliNuGetDirectoryTargetFramework >
202
+ <TestCliNuGetDirectoryTargetFramework Condition =" '$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildFromVMR )' == 'true'" >$(NetCurrent)</TestCliNuGetDirectoryTargetFramework >
203
+ <TestCliNuGetDirectoryTargetFramework Condition =" '$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildFromVMR )' != 'true'" >net9.0</TestCliNuGetDirectoryTargetFramework >
204
204
<TestCliNuGetDirectory >$(NuGetPackageRoot)microsoft.testplatform.cli/$(MicrosoftTestPlatformCLIPackageVersion)/contentFiles/any/$(TestCliNuGetDirectoryTargetFramework)/</TestCliNuGetDirectory >
205
205
</PropertyGroup >
206
206
Original file line number Diff line number Diff line change 305
305
For example, the dotnetbuilds uri for 'file:///vmr/dotnet2/artifacts/obj/x64/Release/blob-feed/assets//aspnetcore_base_runtime.version'
306
306
would end up 'https://ci.dot.net/public//dotnet-runtime-8.0.0-rc.1.23381.3-centos.8-x64.tar.gz'. This is
307
307
missing the runtime version number directory. -->
308
- <ItemGroup Condition =" '$(DotNetBuildOrchestrator )' != 'true'" >
308
+ <ItemGroup Condition =" '$(DotNetBuildFromVMR )' != 'true'" >
309
309
<UrisToDownload Include =" $([System.String]::Copy('%(ComponentToDownload.BaseUrl)').Replace($(PublicBaseURL), 'https://ci.dot.net/public/'))/%(ComponentToDownload.DownloadFileName)"
310
310
Condition =" '%(ComponentToDownload.ShouldDownload)' == 'true'" >
311
311
<ShouldDownload >%(ComponentToDownload.ShouldDownload)</ShouldDownload >
Original file line number Diff line number Diff line change 30
30
<Target Name =" _ResolvePublishNuGetPackagePdbsAndXml"
31
31
AfterTargets =" _ResolveCopyLocalAssetsForPublish" >
32
32
<PropertyGroup >
33
- <FSharpCorePath Condition =" '$(DotNetFinalVersionKind)'!='release'" >Shipping</FSharpCorePath >
34
- <FSharpCorePath Condition =" '$(DotNetFinalVersionKind)'=='release'" >Release</FSharpCorePath >
35
- <FSharpTfm >net9.0</FSharpTfm >
36
- <FSharpTfm Condition =" '$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildOrchestrator )' == 'true'" >$(NetCurrent)</FSharpTfm >
33
+ <FSharpCorePath Condition =" '$(DotNetFinalVersionKind)'!='release'" >Shipping</FSharpCorePath >
34
+ <FSharpCorePath Condition =" '$(DotNetFinalVersionKind)'=='release'" >Release</FSharpCorePath >
35
+ <FSharpTfm >net9.0</FSharpTfm >
36
+ <FSharpTfm Condition =" '$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildFromVMR )' == 'true'" >$(NetCurrent)</FSharpTfm >
37
37
</PropertyGroup >
38
38
39
39
<ItemGroup >
You can’t perform that action at this time.
0 commit comments