From 12508d3f3f7c9e42dd7ed22f9c6a073d35fe64b7 Mon Sep 17 00:00:00 2001 From: Kristof Roomp Date: Sat, 13 Apr 2024 18:27:25 +0200 Subject: [PATCH] fix azure build pipeline (#64) * fix pipeline * update to latest rust version --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 47494d75..08c3c730 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ steps: - task: ssplat.rust-build-release-tools.rust-installer-task.RustInstaller@1 displayName: 'Install Rust ' inputs: - rustVersion: 'ms-1.70' + rustVersion: 'ms-1.77' additionalTargets: 'i686-pc-windows-msvc' toolchainFeed: https://onedrive.pkgs.visualstudio.com/b52099a6-3b13-4b08-9270-a07884a10e3d/_packaging/RustTools/nuget/v3/index.json cratesIoFeedOverride: sparse+https://onedrive.pkgs.visualstudio.com/b52099a6-3b13-4b08-9270-a07884a10e3d/_packaging/RustCratesIO/Cargo/index/ @@ -61,7 +61,7 @@ steps: target\debug\lepton_jpeg_util.exe, target\release\lepton_jpeg.dll, target\release\lepton_jpeg_avx2.dll, - target\release\lepton_jpeg_util.exe' + target\release\lepton_jpeg_util.exe, target\release\lepton_jpeg_util_avx2.exe' signConfigType: 'inlineSignParams' inlineOperation: |