Skip to content

Commit fc38c4c

Browse files
committed
Moved installation of dotnet sign to the sign job.
1 parent 217efe2 commit fc38c4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,9 @@ jobs:
344344
path: packages
345345
merge-multiple: true
346346

347+
- name: Install dotnet sign
348+
run: dotnet tool install --global sign --prerelease
349+
347350
- name: Azure CLI login with federated credential
348351
uses: azure/login@v2
349352
with:

build/windows/install.dependencies.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ Write-Host "Downloading FFmpeg 4.2.3"
1515
$sourceFFmpegExe = "https://github.com/dlemstra/Magick.NET.BuildDependencies/releases/download/build-binaries-2025-08-30/ffmpeg-4.2.3-win64.exe"
1616
$targetFFmpegExe = "c:\vcpkg\ffmpeg.exe"
1717
Invoke-WebRequest $sourceFFmpegExe -OutFile $targetFFmpegExe
18-
19-
Write-Host "Installing dotnet sign"
20-
dotnet tool install --global sign --prerelease

0 commit comments

Comments
 (0)