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 }}