File tree 2 files changed +0
-4
lines changed
src/SourceBuild/content/repo-projects 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 68
68
69
69
<EnvironmentVariables Include =" PreReleaseVersionLabel=$(PreReleaseVersionLabel)" />
70
70
<EnvironmentVariables Include =" PackageVersionStamp=$(PreReleaseVersionLabel)" />
71
- <EnvironmentVariables Include =" PB_VersionStamp=$(PreReleaseVersionLabel)" />
72
71
73
72
<!-- We pass '-ci', but also apply ci mode via env var for edge cases. (E.g. misbehaving inner builds.) -->
74
73
<EnvironmentVariables Include =" ContinuousIntegrationBuild=true" />
Original file line number Diff line number Diff line change 10
10
<LogVerbosityOptOut >true</LogVerbosityOptOut >
11
11
<BuildCommandArgs >$(BuildCommandArgs) -v $(LogVerbosity)</BuildCommandArgs >
12
12
13
- <!-- Pass in package version props using the Product Construction (ProdCon) API. -->
14
- <BuildCommandArgs >$(BuildCommandArgs) /p:PB_PackageVersionPropsUrl=file:%2F%2F$(PackageVersionPropsPath)</BuildCommandArgs >
15
-
16
13
<BuildCommand >$(StandardSourceBuildCommand) $(BuildCommandArgs)</BuildCommand >
17
14
18
15
<!-- NuGet SDK resolver only checks nuget.config files. https://github.com/Microsoft/msbuild/issues/2914 -->
You can’t perform that action at this time.
0 commit comments