Fix misaligned MSBuild variable name
This commit is contained in:
parent
fbf8e886ba
commit
957a6044e4
|
|
@ -8,7 +8,7 @@
|
||||||
<GeneratedNoTimestampPackageVersionPropsPath>$(IntermediateDir)dependencies.notimestamp.props</GeneratedNoTimestampPackageVersionPropsPath>
|
<GeneratedNoTimestampPackageVersionPropsPath>$(IntermediateDir)dependencies.notimestamp.props</GeneratedNoTimestampPackageVersionPropsPath>
|
||||||
<TemplateProjCommmonProperties>
|
<TemplateProjCommmonProperties>
|
||||||
RepositoryRoot=$(TemplatingProjectRoot);
|
RepositoryRoot=$(TemplatingProjectRoot);
|
||||||
DotNetRestoreSourcesPropsPath=$(GeneratedRestoreSourcesPropsPath);
|
DotNetRestoreSourcePropsPath=$(GeneratedRestoreSourcesPropsPath);
|
||||||
BuildNumber=$(BuildNumber);
|
BuildNumber=$(BuildNumber);
|
||||||
Configuration=$(Configuration);
|
Configuration=$(Configuration);
|
||||||
SkipBillOfMaterials=true;
|
SkipBillOfMaterials=true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue