Skip to content

Commit 703cef4

Browse files
committed
remove extraneous leftover build step
1 parent f637eda commit 703cef4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eng/pipelines/templates/jobs/dnup/dnup-library-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
- powershell: |
5656
& .\.dotnet\dotnet pack .\src\Installer\Microsoft.Dotnet.Installation\Microsoft.Dotnet.Installation.csproj
5757
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)
6158
- powershell: |
6259
& .\.dotnet\dotnet build .\src\Installer\Microsoft.Dotnet.Installation\Microsoft.Dotnet.Installation.sign.proj /t:Sign
6360
displayName: 🖋️ Sign dnup library packages with arcade signtool

0 commit comments

Comments
 (0)