File tree 6 files changed +36
-31
lines changed
6 files changed +36
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))/dir.props" />
4
4
<PropertyGroup >
5
- <BuildCommand >$(ProjectDirectory)\build$(ShellExtension) --restore --pack --configuration $(Configuration)</BuildCommand >
5
+ <BuildCommandArgs >--restore --pack --configuration $(Configuration)</BuildCommandArgs >
6
+
7
+ <!-- Pass in package version props using the Product Construction (ProdCon) API. -->
8
+ <BuildCommandArgs >$(BuildCommandArgs) /p:PB_PackageVersionPropsUrl=file:%2F%2F$(PackageVersionPropsPath)</BuildCommandArgs >
9
+
10
+ <BuildCommand >$(ProjectDirectory)\build$(ShellExtension) $(BuildCommandArgs)</BuildCommand >
6
11
<OrchestratedManifestBuildName >dotnet/cli-migrate</OrchestratedManifestBuildName >
7
12
<!-- NuGet SDK resolver only checks nuget.config files. https://github.com/Microsoft/msbuild/issues/2914 -->
8
13
<NuGetConfigFile >$(ProjectDirectory)/nuget.config</NuGetConfigFile >
9
14
<GlobalJsonFile >$(ProjectDirectory)global.json</GlobalJsonFile >
15
+ <DependencyVersionInputRepoApiImplemented >false</DependencyVersionInputRepoApiImplemented >
10
16
<UsesRepoToolset >true</UsesRepoToolset >
11
17
12
18
<!-- ProdCon is behind source-build: temporarily disable auto-update. -->
22
28
<RepositoryReference Include =" newtonsoft-json" />
23
29
<RepositoryReference Include =" core-setup" />
24
30
<RepositoryReference Include =" roslyn-tools" />
31
+ <RepositoryReference Include =" roslyn" />
25
32
</ItemGroup >
26
33
27
34
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))/dir.targets" />
Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))/dir.props" />
4
4
<PropertyGroup >
5
- <BuildCommand >$(ProjectDirectory)build$(ShellExtension) --restore --pack --configuration $(Configuration)</BuildCommand >
5
+ <BuildCommandArgs >--restore --pack --configuration $(Configuration)</BuildCommandArgs >
6
+
7
+ <!-- Pass in package version props using the Product Construction (ProdCon) API. -->
8
+ <BuildCommandArgs >$(BuildCommandArgs) /p:PB_PackageVersionPropsUrl=file:%2F%2F$(PackageVersionPropsPath)</BuildCommandArgs >
9
+
10
+ <BuildCommand >$(ProjectDirectory)build$(ShellExtension) $(BuildCommandArgs)</BuildCommand >
11
+ <DependencyVersionInputRepoApiImplemented >false</DependencyVersionInputRepoApiImplemented >
6
12
<UsesRepoToolset >true</UsesRepoToolset >
7
13
<GlobalJsonFile >$(ProjectDirectory)global.json</GlobalJsonFile >
8
14
<!-- This repo is on a source-build dev branch. -->
Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<OfficialBuildId >20180427.7</OfficialBuildId >
6
6
<OutputVersionArgs >/p:BUILD_BUILDNUMBER=$(OfficialBuildId)</OutputVersionArgs >
7
- <BuildCommand >$(ProjectDirectory)\build$(ShellExtension) --pack --configuration $(Configuration) $(OutputVersionArgs)</BuildCommand >
7
+ <BuildCommandArgs >--pack --configuration $(Configuration) $(OutputVersionArgs)</BuildCommandArgs >
8
+
9
+ <!-- Pass in package version props using the Product Construction (ProdCon) API. -->
10
+ <BuildCommandArgs >$(BuildCommandArgs) /p:PB_PackageVersionPropsUrl=file:%2F%2F$(PackageVersionPropsPath)</BuildCommandArgs >
11
+
12
+ <BuildCommand >$(ProjectDirectory)\build$(ShellExtension) $(BuildCommandArgs)</BuildCommand >
8
13
<OrchestratedManifestBuildName >dotnet/sdk</OrchestratedManifestBuildName >
9
14
<!-- NuGet SDK resolver only checks nuget.config files. https://github.com/Microsoft/msbuild/issues/2914 -->
10
15
<NuGetConfigFile >$(ProjectDirectory)/nuget.config</NuGetConfigFile >
11
16
<GlobalJsonFile >$(ProjectDirectory)global.json</GlobalJsonFile >
17
+ <DependencyVersionInputRepoApiImplemented >false</DependencyVersionInputRepoApiImplemented >
12
18
<UsesRepoToolset >true</UsesRepoToolset >
13
19
14
20
<!-- ProdCon is behind source-build: temporarily disable auto-update. -->
Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))/dir.props" />
4
4
<PropertyGroup >
5
- <BuildCommand >$(ProjectDirectory)\build$(ShellExtension) --pack --configuration $(Configuration)</BuildCommand >
5
+ <BuildCommandArgs >--pack --configuration $(Configuration)</BuildCommandArgs >
6
+
7
+ <!-- Pass in package version props using the Product Construction (ProdCon) API. -->
8
+ <BuildCommandArgs >$(BuildCommandArgs) /p:PB_PackageVersionPropsUrl=file:%2F%2F$(PackageVersionPropsPath)</BuildCommandArgs >
9
+
10
+ <BuildCommand >$(ProjectDirectory)\build$(ShellExtension) $(BuildCommandArgs)</BuildCommand >
6
11
<OrchestratedManifestBuildName >N/A</OrchestratedManifestBuildName >
7
12
<!-- NuGet SDK resolver only checks nuget.config files. https://github.com/Microsoft/msbuild/issues/2914 -->
8
13
<NuGetConfigFile >$(ProjectDirectory)/nuget.config</NuGetConfigFile >
14
+ <DependencyVersionInputRepoApiImplemented >false</DependencyVersionInputRepoApiImplemented >
9
15
<UsesRepoToolset >true</UsesRepoToolset >
10
16
<GlobalJsonFile >$(ProjectDirectory)global.json</GlobalJsonFile >
11
17
</PropertyGroup >
Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))/dir.props" />
4
4
<PropertyGroup >
5
- <BuildCommand >$(ProjectDirectory)\build$(ShellExtension) --pack --configuration $(Configuration)</BuildCommand >
5
+ <BuildCommandArgs >--pack --configuration $(Configuration)</BuildCommandArgs >
6
+
7
+ <!-- Pass in package version props using the Product Construction (ProdCon) API. -->
8
+ <BuildCommandArgs >$(BuildCommandArgs) /p:PB_PackageVersionPropsUrl=file:%2F%2F$(PackageVersionPropsPath)</BuildCommandArgs >
9
+
10
+ <BuildCommand >$(ProjectDirectory)\build$(ShellExtension) $(BuildCommandArgs)</BuildCommand >
6
11
<OrchestratedManifestBuildName >N/A</OrchestratedManifestBuildName >
7
12
<!-- NuGet SDK resolver only checks nuget.config files. https://github.com/Microsoft/msbuild/issues/2914 -->
8
13
<NuGetConfigFile >$(ProjectDirectory)/nuget.config</NuGetConfigFile >
14
+ <DependencyVersionInputRepoApiImplemented >false</DependencyVersionInputRepoApiImplemented >
9
15
<UsesRepoToolset >true</UsesRepoToolset >
10
16
<GlobalJsonFile >$(ProjectDirectory)global.json</GlobalJsonFile >
11
17
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments