[PR #1341] [MERGED] azure-pipelines: Use Invoke-WebRequest to download files #1781

Closed
opened 2026-05-05 08:01:45 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/1341
Author: @p12tic
Created: 11/1/2021
Status: Merged
Merged: 11/1/2021
Merged by: @p12tic

Base: masterHead: azure-pipelines-fix-local-build


📝 Commits (1)

  • a4ff91a azure-pipelines: Use Invoke-WebRequest to download files

📊 Changes

2 files changed (+2 additions, -4 deletions)

View changed files

📝 azure-pipelines/download_install_bonjour_sdk_like.ps1 (+1 -2)
📝 azure-pipelines/download_install_qt.ps1 (+1 -2)

📄 Description

When running System.Net.WebClient locally it results in a non-descriptive "An exception occurred during a WebClient request" error message. Invoke-WebRequest is an alternative that works so switch to that.

I haven't investigated the reason for the error.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/1341 **Author:** [@p12tic](https://github.com/p12tic) **Created:** 11/1/2021 **Status:** ✅ Merged **Merged:** 11/1/2021 **Merged by:** [@p12tic](https://github.com/p12tic) **Base:** `master` ← **Head:** `azure-pipelines-fix-local-build` --- ### 📝 Commits (1) - [`a4ff91a`](https://github.com/debauchee/barrier/commit/a4ff91a9914a94d62769017313be2cbb4d777208) azure-pipelines: Use Invoke-WebRequest to download files ### 📊 Changes **2 files changed** (+2 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `azure-pipelines/download_install_bonjour_sdk_like.ps1` (+1 -2) 📝 `azure-pipelines/download_install_qt.ps1` (+1 -2) </details> ### 📄 Description When running System.Net.WebClient locally it results in a non-descriptive "An exception occurred during a WebClient request" error message. Invoke-WebRequest is an alternative that works so switch to that. I haven't investigated the reason for the error. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:01:45 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1781
No description provided.