From 9777f37379ea4cb7b81dd1e6fbf949c23a95b786 Mon Sep 17 00:00:00 2001 From: magodo Date: Mon, 6 Mar 2023 13:44:19 +0800 Subject: [PATCH] update ci --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3719874..74fb660 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -665,7 +665,7 @@ stages: iwr https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe git clone https://github.com/microsoft/winget-pkgs.git cd winget-pkgs - ..\wingetcreate.exe update --urls https://github.com/Azure/aztfexport/releases/download/$env:VERSION/aztfexport_$($env:VERSION)_x64.msi https://github.com/Azure/aztfexport/releases/download/$env:VERSION/aztfexport_$($env:VERSION)_x86.msi --version $env:VERSION.Substring(1) --submit --token $env:PAT Microsoft.Azure.Aztfy + ..\wingetcreate.exe update --urls https://github.com/Azure/aztfexport/releases/download/$env:VERSION/aztfexport_$($env:VERSION)_x64.msi https://github.com/Azure/aztfexport/releases/download/$env:VERSION/aztfexport_$($env:VERSION)_x86.msi --version $env:VERSION.Substring(1) --submit --token $env:PAT Microsoft.Azure.AztfExport displayName: "Create PR" env: VERSION: ${{ parameters.version }}