diff --git a/azure-pipelines.yml b/azure-pipelines.yml index df2eaf3..3ac0183 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/aztfy/releases/download/$env:VERSION/aztfy_$($env:VERSION)_x64.msi https://github.com/Azure/aztfy/releases/download/$env:VERSION/aztfy_$($env:VERSION)_x86.msi --version $env:VERSION.Substring(1) --submit --token $env:PAT Microsoft.AzureAztfy + ..\wingetcreate.exe update --urls https://github.com/Azure/aztfy/releases/download/$env:VERSION/aztfy_$($env:VERSION)_x64.msi https://github.com/Azure/aztfy/releases/download/$env:VERSION/aztfy_$($env:VERSION)_x86.msi --version $env:VERSION.Substring(1) --submit --token $env:PAT Microsoft.Azure.Aztfy displayName: "Create PR" env: VERSION: ${{ parameters.version }}