Skip to content

Commit 9b091da

Browse files
Merge pull request #310585 from Jaxelr/patch-1
Update download links and references for signing tools
2 parents 4ea9cf3 + 1396e2f commit 9b091da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/artifact-signing/how-to-signing-integrations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ Artifact Signing Client Tools for SignTool.exe is a library plugin that requires
4848
To simplify this setup there is an MSI installer package that is available for download along with a Setup.exe.
4949

5050
> [!div class="nextstepaction"]
51-
> [Artifact Signing Client Tools MSI Download](https://download.microsoft.com/download/6d9cb638-4d5f-438d-9f21-23f0f4405944/TrustedSigningClientTools.msi)
51+
> [Artifact Signing Client Tools MSI Download](https://download.microsoft.com/download/70ad2c3b-761f-4aa9-a9de-e7405aa2b4c1/ArtifactSigningClientTools.msi)
5252
5353
> [!div class="nextstepaction"]
54-
> [Artifact Signing Client Tools Setup.exe Download](https://download.microsoft.com/download/6d9cb638-4d5f-438d-9f21-23f0f4405944/setup.exe)
54+
> [Artifact Signing Client Tools Setup.exe Download](https://download.microsoft.com/download/70ad2c3b-761f-4aa9-a9de-e7405aa2b4c1/setup.exe)
5555
5656
#### Installing from the Windows Package Manager
5757

@@ -70,7 +70,7 @@ The `-e` option is to ensure the official Artifact Signing Client Tools package
7070
To install the Artifact Signing Client Tools using PowerShell, start PowerShell **as administrator** and run the following command:
7171

7272
```PowerShell
73-
$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://download.microsoft.com/download/6d9cb638-4d5f-438d-9f21-23f0f4405944/TrustedSigningClientTools.msi" -OutFile .\TrustedSigningClientTools.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I TrustedSigningClientTools.msi /quiet'; Remove-Item .\TrustedSigningClientTools.msi
73+
$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri "https://download.microsoft.com/download/70ad2c3b-761f-4aa9-a9de-e7405aa2b4c1/ArtifactSigningClientTools.msi" -OutFile .\ArtifactSigningClientTools.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I ArtifactSigningClientTools.msi /quiet'; Remove-Item .\ArtifactSigningClientTools.msi
7474
```
7575

7676
### Summary of manual setup steps
@@ -221,7 +221,7 @@ Artifact Signing certificates have a three-day validity, so time stamping is cri
221221

222222
You can also use the following tools or platforms to set up signing integrations with Artifact Signing.
223223

224-
- **GitHub Actions**: To learn how to use a GitHub action for Artifact Signing, see [Artifact Signing - Actions](https://github.com/azure/trusted-signing-action) in GitHub Marketplace. Complete the instructions to set up and use a GitHub action.
224+
- **GitHub Actions**: To learn how to use a GitHub action for Artifact Signing, see [Artifact Signing - Actions](https://github.com/azure/artifact-signing-action) in GitHub Marketplace. Complete the instructions to set up and use a GitHub action.
225225

226226
- **Azure DevOps task**: To use the Artifact Signing Azure DevOps task, see [Artifact Signing](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.TrustedSigning&ssr=false#overview) in Visual Studio Marketplace. Complete the instructions for setup.
227227

0 commit comments

Comments
 (0)