We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f637eda commit 703cef4Copy full SHA for 703cef4
eng/pipelines/templates/jobs/dnup/dnup-library-package.yml
@@ -55,9 +55,6 @@ jobs:
55
- powershell: |
56
& .\.dotnet\dotnet pack .\src\Installer\Microsoft.Dotnet.Installation\Microsoft.Dotnet.Installation.csproj
57
displayName: 📦 Package dnup library
58
- - powershell: |
59
- & .\.dotnet\dotnet build .\src\Installer\Microsoft.Dotnet.Installation\Microsoft.Dotnet.Installation.sign.proj
60
- displayName: 🖋️ Sign dnup library packages with full.sign.proj (no sign target)
61
62
& .\.dotnet\dotnet build .\src\Installer\Microsoft.Dotnet.Installation\Microsoft.Dotnet.Installation.sign.proj /t:Sign
63
displayName: 🖋️ Sign dnup library packages with arcade signtool
0 commit comments