diff --git a/.azure/pipelines/jobs/codesign-xplat.yml b/.azure/pipelines/jobs/codesign-xplat.yml index d65c9a5982..8d372ce2e4 100644 --- a/.azure/pipelines/jobs/codesign-xplat.yml +++ b/.azure/pipelines/jobs/codesign-xplat.yml @@ -31,6 +31,7 @@ jobs: - powershell: .\eng\common\build.ps1 -ci -nobl + -msbuildEngine dotnet -restore -sign -publish diff --git a/eng/Publishing.props b/eng/Publishing.props index 2c13cb29bf..6525220505 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -31,12 +31,14 @@ - - diff --git a/eng/targets/Npm.Common.targets b/eng/targets/Npm.Common.targets index 10ff37ab61..696d23402b 100644 --- a/eng/targets/Npm.Common.targets +++ b/eng/targets/Npm.Common.targets @@ -29,7 +29,7 @@ - + @@ -115,6 +115,19 @@ + + + + <_ProjectPathWithVersion Include="$(MSBuildProjectFullPath)"> + $(PackageId) + $(PackageVersionForPackageVersionInfo) + $(VersionSuffix) + + $(PackageId.Replace('.',''))PackageVersion + + + + diff --git a/eng/targets/Packaging.targets b/eng/targets/Packaging.targets index ea8dabdb46..d50e9b3064 100644 --- a/eng/targets/Packaging.targets +++ b/eng/targets/Packaging.targets @@ -7,7 +7,7 @@ See $(RepoRoot)eng\tools\BaselineGenerator\README.md for instructions on updating this baseline." /> - +