File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -83,26 +83,21 @@ jobs:
8383 name : build-artifacts
8484 path : ${{ github.workspace }}/build-artifacts
8585
86- # .NET is required on the agent for the tool to run
8786 - name : Setup .NET
8887 uses : actions/setup-dotnet@v3
8988 with :
9089 dotnet-version : ' 9.x'
91-
92- # Install the code signing tool
90+
9391 - name : Install Sign CLI tool
9492 run : dotnet tool install --tool-path . --prerelease sign
9593
96- # Login to Azure using a ServicePrincipal configured to authenticate agaist a GitHub Action
9794 - name : ' Az CLI login'
9895 uses : azure/login@v2
9996 with :
10097 client-id : 80125de0-6f58-4f16-bd05-b2fa621d36a5
10198 tenant-id : 16076fdc-fcc1-4a15-b1ca-32c9a255900e
102- # subscription-id: 997e7c30-fd83-4b3d-bcf5-492e194f9b98
10399 allow-no-subscriptions : true
104100
105- # Run the signing command
106101 - name : Sign artifacts
107102 shell : pwsh
108103 run : >
You can’t perform that action at this time.
0 commit comments