From 25c4fff84ab8f8a177ed15df1a82f684c2fe0be1 Mon Sep 17 00:00:00 2001 From: Yevheniy Tymchishin Date: Sat, 30 Dec 2023 20:21:21 +0200 Subject: [PATCH] sign YT.IIGen.Attributes --- .github/workflows/gated.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gated.yml b/.github/workflows/gated.yml index 18e2116..f8cdc11 100644 --- a/.github/workflows/gated.yml +++ b/.github/workflows/gated.yml @@ -79,6 +79,10 @@ jobs: -FilesDirectoryPath ${{ env.BuildOutputPath }} ` -PfxFilePath ${{ env.TemporaryPfxFilePath }} ` -PfxPassword ${{ secrets.PFX_KEY }} + ${{ env.Scripts }}\SignMyCodeFiles.ps1 ` + -FilesDirectoryPath .\YT.IIGen.Attributes\bin\Release\netstandard2.0 ` + -PfxFilePath ${{ env.TemporaryPfxFilePath }} ` + -PfxPassword ${{ secrets.PFX_KEY }} Remove-Item -Path ${{ env.TemporaryPfxFilePath }} - name: Pack