File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
eng/pipelines/templates/jobs/dnup Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 6262 & .\.dotnet\dotnet pack .\src\Installer\Microsoft.Dotnet.Installation\Microsoft.Dotnet.Installation.csproj -bl:$(Build.SourcesDirectory)/artifacts/binlogs/dnup-library-package.binlog
6363 displayName: 📦 Package dnup library
6464 - powershell : |
65- & .\.dotnet\dotnet build .\src\Installer\Microsoft.Dotnet.Installation\Microsoft.Dotnet.Installation .sign.proj /t:Sign -bl:$(Build.SourcesDirectory)/artifacts/binlogs/dnup-library-sign.binlog
65+ & .\.dotnet\dotnet build .\src\Installer\Installer .sign.proj /t:Sign -bl:$(Build.SourcesDirectory)/artifacts/binlogs/dnup-library-sign.binlog
6666 displayName: 🖋️ Sign dnup library packages with arcade signtool
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >net10.0</TargetFramework >
4- <!-- Determine repository root when the pipeline variables are unavailable (e.g. local invocations). -->
5- <_RepoRoot Condition =" '$(RepoRoot)' != ''" >$(RepoRoot)</_RepoRoot >
6- <_RepoRoot Condition =" '$(_RepoRoot)' == ''" >$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\..\..\'))</_RepoRoot >
7-
84 <!-- Allow callers to override these directories; fall back to repo-relative defaults. -->
9- <PackagesDir Condition =" '$(PackagesDir)' == ''" >$(_RepoRoot )artifacts\packages\Release\</PackagesDir >
10- <IntermediateOutputPath Condition =" '$(IntermediateOutputPath)' == ''" >$(_RepoRoot )artifacts\obj\Sign\</IntermediateOutputPath >
11- <LogDir Condition =" '$(LogDir)' == ''" >$(_RepoRoot )artifacts\log\Sign\</LogDir >
5+ <PackagesDir Condition =" '$(PackagesDir)' == ''" >$(RepoRoot )artifacts\packages\Release\</PackagesDir >
6+ <IntermediateOutputPath Condition =" '$(IntermediateOutputPath)' == ''" >$(RepoRoot )artifacts\obj\Sign\</IntermediateOutputPath >
7+ <LogDir Condition =" '$(LogDir)' == ''" >$(RepoRoot )artifacts\log\Sign\</LogDir >
128
139 <!-- SignTool requires explicit dotnet path; default to repo-local SDK. -->
14- <DotNetPath Condition =" '$(DotNetPath)' == ''" >$(_RepoRoot ).dotnet\dotnet.exe</DotNetPath >
10+ <DotNetPath Condition =" '$(DotNetPath)' == ''" >$(RepoRoot ).dotnet\dotnet.exe</DotNetPath >
1511
1612 <MicroBuild_DoNotStrongNameSign >true</MicroBuild_DoNotStrongNameSign >
1713 <MicroBuild_SigningEnabled >true</MicroBuild_SigningEnabled >
You can’t perform that action at this time.
0 commit comments