Skip to content

Commit a06d313

Browse files
authored
Remove unused legacy PB_ properties (#15265)
1 parent bd4f868 commit a06d313

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/SourceBuild/content/repo-projects/Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868

6969
<EnvironmentVariables Include="PreReleaseVersionLabel=$(PreReleaseVersionLabel)" />
7070
<EnvironmentVariables Include="PackageVersionStamp=$(PreReleaseVersionLabel)" />
71-
<EnvironmentVariables Include="PB_VersionStamp=$(PreReleaseVersionLabel)" />
7271

7372
<!-- We pass '-ci', but also apply ci mode via env var for edge cases. (E.g. misbehaving inner builds.) -->
7473
<EnvironmentVariables Include="ContinuousIntegrationBuild=true" />

src/SourceBuild/content/repo-projects/sdk.proj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
<LogVerbosityOptOut>true</LogVerbosityOptOut>
1111
<BuildCommandArgs>$(BuildCommandArgs) -v $(LogVerbosity)</BuildCommandArgs>
1212

13-
<!-- Pass in package version props using the Product Construction (ProdCon) API. -->
14-
<BuildCommandArgs>$(BuildCommandArgs) /p:PB_PackageVersionPropsUrl=file:%2F%2F$(PackageVersionPropsPath)</BuildCommandArgs>
15-
1613
<BuildCommand>$(StandardSourceBuildCommand) $(BuildCommandArgs)</BuildCommand>
1714

1815
<!-- NuGet SDK resolver only checks nuget.config files. https://github.com/Microsoft/msbuild/issues/2914 -->

0 commit comments

Comments
 (0)