From 06150fbb20ac6226c0ffe29ed265b80c5056baf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 11:29:35 +0200 Subject: [PATCH 01/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index d5e0759..9dae856 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -succeed +fail From 589269476fb4ce78262d7d65de16a31a157558c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 11:40:58 +0200 Subject: [PATCH 02/26] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ee2c137..b6225a0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ pr: - 'master' pool: - vmImage: 'ubuntu-16.04' + name: 'ReneSchu' variables: System.Debug: true @@ -37,4 +37,4 @@ steps: linkWorkItems: true linkType: 'System.LinkTypes.Hierarchy-Reverse' linkTarget: 'id' - targetId: '1735' \ No newline at end of file + targetId: '1735' From 7b7bcd4fd4ae73a85e582782834c80654a1df9d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 11:49:05 +0200 Subject: [PATCH 03/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index 9dae856..1b84fff 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -fail +fail again From 9040d144ef6a58a11682c3573412c8925665b87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 11:50:08 +0200 Subject: [PATCH 04/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index 1b84fff..9dae856 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -fail again +fail From dfde0fd699c8fc6a3febb6107967716f86550c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 11:53:24 +0200 Subject: [PATCH 05/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index 9dae856..d5e0759 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -fail +succeed From 9ec2e0b68f65e60bfa7712792c8aedbfc2594dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 11:54:41 +0200 Subject: [PATCH 06/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index d5e0759..9dae856 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -succeed +fail From ab0cb0d871bf8907615377d4446329f9c6b2dfa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 12:10:11 +0200 Subject: [PATCH 07/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index 9dae856..d5e0759 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -fail +succeed From 9e40e3da37fa96144de6c1cc020bbe4eddc19d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 12:11:35 +0200 Subject: [PATCH 08/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index d5e0759..9dae856 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -succeed +fail From caf4a5742dfc1823271541c90c956e5a68ca4132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 12:30:05 +0200 Subject: [PATCH 09/26] Force Node through Fiddler --- azure-pipelines.yml | 2 ++ file.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b6225a0..4447efd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,6 +16,8 @@ pool: variables: System.Debug: true + HTTP_PROXY: 'http://localhost:8888' + HTTPS_PROXY: 'http://localhost:8888' steps: - checkout: self diff --git a/file.txt b/file.txt index 9dae856..e4db041 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -fail +succeed \ No newline at end of file From 9e5c36e260691dea53778576b05a6ce9dffccb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 12:52:52 +0200 Subject: [PATCH 10/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index e4db041..f45d4b6 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -succeed \ No newline at end of file +fail \ No newline at end of file From 4ece1d7d30a7167d9c29efedbc392250f1a6fb11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 12:57:34 +0200 Subject: [PATCH 11/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index f45d4b6..e4db041 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -fail \ No newline at end of file +succeed \ No newline at end of file From c4b6857c447f31aa58e75c4162acbecaf6952130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 12:58:52 +0200 Subject: [PATCH 12/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index e4db041..f45d4b6 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -succeed \ No newline at end of file +fail \ No newline at end of file From c38fa8743168c50e34d9da4dbf5d862f31f9f8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 13:20:28 +0200 Subject: [PATCH 13/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index f45d4b6..e4db041 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -fail \ No newline at end of file +succeed \ No newline at end of file From 316d6a8e67090029f1853f24c1b98f57cdb9bb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 13:21:49 +0200 Subject: [PATCH 14/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index e4db041..f45d4b6 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -succeed \ No newline at end of file +fail \ No newline at end of file From 084a741d77b045f150a1a16d2eb7ba5af1aca7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 13:26:48 +0200 Subject: [PATCH 15/26] Fix Node.JS cert issue with Fiddler --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4447efd..0d01186 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,6 +18,7 @@ variables: System.Debug: true HTTP_PROXY: 'http://localhost:8888' HTTPS_PROXY: 'http://localhost:8888' + NODE_TLS_REJECT_UNAUTHORIZED: '0' steps: - checkout: self From e13941b363060992133b2726e83856edb005b8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 13:49:55 +0200 Subject: [PATCH 16/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index f45d4b6..26a7241 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -fail \ No newline at end of file +failed \ No newline at end of file From 73563b9b51ebf05a1e537ac3962a322c51705709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Thu, 30 Apr 2020 13:51:13 +0200 Subject: [PATCH 17/26] Update file.txt --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index 26a7241..f45d4b6 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -failed \ No newline at end of file +fail \ No newline at end of file From a3592a4f415799c55b704982060f6cc7500c2ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Wed, 6 May 2020 18:42:17 +0200 Subject: [PATCH 18/26] Update file --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index f45d4b6..e4db041 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -fail \ No newline at end of file +succeed \ No newline at end of file From ad2bf791b814d57c31cb1bbc5d604607d07a584e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Wed, 6 May 2020 18:51:30 +0200 Subject: [PATCH 19/26] Update file --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index e4db041..355c1ab 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -succeed \ No newline at end of file +succeeded \ No newline at end of file From 94c9ac5ddbcc9e983bbb9143027ae22c999cce75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Wed, 6 May 2020 19:00:39 +0200 Subject: [PATCH 20/26] Update pipeline --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0d01186..3eae8e1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,3 +41,4 @@ steps: linkType: 'System.LinkTypes.Hierarchy-Reverse' linkTarget: 'id' targetId: '1735' + authToken: '$(AuthToken)' From b7a8b1d1de8d2c954b155624eada500f4b42b1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Wed, 6 May 2020 19:03:04 +0200 Subject: [PATCH 21/26] Update file --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index 355c1ab..e4db041 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -succeeded \ No newline at end of file +succeed \ No newline at end of file From ee5392e167037259b6097a992ba2aa2fe768ea6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Wed, 6 May 2020 19:12:12 +0200 Subject: [PATCH 22/26] Update file --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index e4db041..f45d4b6 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -succeed \ No newline at end of file +fail \ No newline at end of file From d890182f3c48b0c03beb10519f28e6680b7e884a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Wed, 6 May 2020 19:13:47 +0200 Subject: [PATCH 23/26] Update file --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3eae8e1..d76ba43 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,4 +41,4 @@ steps: linkType: 'System.LinkTypes.Hierarchy-Reverse' linkTarget: 'id' targetId: '1735' - authToken: '$(AuthToken)' + #authToken: '$(AuthToken)' From 4765d2f4061760b799fff78cdfb178c0705534d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Wed, 6 May 2020 19:15:40 +0200 Subject: [PATCH 24/26] Update file --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d76ba43..3eae8e1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,4 +41,4 @@ steps: linkType: 'System.LinkTypes.Hierarchy-Reverse' linkTarget: 'id' targetId: '1735' - #authToken: '$(AuthToken)' + authToken: '$(AuthToken)' From 1117086692334437327b0a3c31b32fdf88a02feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Tue, 26 May 2020 13:11:37 +0200 Subject: [PATCH 25/26] test --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index f45d4b6..355c1ab 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -fail \ No newline at end of file +succeeded \ No newline at end of file From 500106a0af00ce75df2af10a838a038e9bf4a375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schumacher?= Date: Tue, 26 May 2020 13:20:01 +0200 Subject: [PATCH 26/26] test --- file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.txt b/file.txt index 355c1ab..f45d4b6 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -succeeded \ No newline at end of file +fail \ No newline at end of file