From 99db16ec01d4df98a7c0c301790f75fbe1bc5b91 Mon Sep 17 00:00:00 2001 From: Ron Levi Date: Mon, 14 Jul 2025 15:58:23 +0300 Subject: [PATCH 1/7] add not to test --- helpers/installcredprovider.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/installcredprovider.sh b/helpers/installcredprovider.sh index c53505e6..5f05e985 100755 --- a/helpers/installcredprovider.sh +++ b/helpers/installcredprovider.sh @@ -25,7 +25,7 @@ if [ ! -z ${ARTIFACTS_CREDENTIAL_PROVIDER_RID} ]; then ;; esac - if [ -z ${USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER} ]; then + if [ ! -z ${USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER} ]; then echo "WARNING: The USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER variable is set, but ARTIFACTS_CREDENTIAL_PROVIDER_RID variable is defined. The NET8 version of the credential provider will be installed." fi @@ -99,4 +99,4 @@ if ! curl -H "Accept: application/octet-stream" \ exit 1 fi -echo "INFO: credential provider netcore plugin extracted to $HOME/.nuget/" \ No newline at end of file +echo "INFO: credential provider netcore plugin extracted to $HOME/.nuget/" From cf8a92a9c87720593aaff627c6a09d13897f6d92 Mon Sep 17 00:00:00 2001 From: Ron Levi Date: Mon, 14 Jul 2025 16:23:48 +0300 Subject: [PATCH 2/7] newline --- helpers/installcredprovider.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/installcredprovider.sh b/helpers/installcredprovider.sh index 5f05e985..8b592c4c 100755 --- a/helpers/installcredprovider.sh +++ b/helpers/installcredprovider.sh @@ -100,3 +100,4 @@ if ! curl -H "Accept: application/octet-stream" \ fi echo "INFO: credential provider netcore plugin extracted to $HOME/.nuget/" + From c0d4a293e5c8d99e021881ba607c2dd0b440220d Mon Sep 17 00:00:00 2001 From: Ron Levi Date: Mon, 14 Jul 2025 16:25:23 +0300 Subject: [PATCH 3/7] update --- helpers/installcredprovider.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers/installcredprovider.sh b/helpers/installcredprovider.sh index 8b592c4c..5f05e985 100755 --- a/helpers/installcredprovider.sh +++ b/helpers/installcredprovider.sh @@ -100,4 +100,3 @@ if ! curl -H "Accept: application/octet-stream" \ fi echo "INFO: credential provider netcore plugin extracted to $HOME/.nuget/" - From 34b99c923126676d4a6735da99fdf712e61af913 Mon Sep 17 00:00:00 2001 From: Ron Levi Date: Mon, 14 Jul 2025 16:37:02 +0300 Subject: [PATCH 4/7] revert all --- helpers/installcredprovider.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/installcredprovider.sh b/helpers/installcredprovider.sh index 5f05e985..c53505e6 100755 --- a/helpers/installcredprovider.sh +++ b/helpers/installcredprovider.sh @@ -25,7 +25,7 @@ if [ ! -z ${ARTIFACTS_CREDENTIAL_PROVIDER_RID} ]; then ;; esac - if [ ! -z ${USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER} ]; then + if [ -z ${USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER} ]; then echo "WARNING: The USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER variable is set, but ARTIFACTS_CREDENTIAL_PROVIDER_RID variable is defined. The NET8 version of the credential provider will be installed." fi @@ -99,4 +99,4 @@ if ! curl -H "Accept: application/octet-stream" \ exit 1 fi -echo "INFO: credential provider netcore plugin extracted to $HOME/.nuget/" +echo "INFO: credential provider netcore plugin extracted to $HOME/.nuget/" \ No newline at end of file From 91e2c6b1ca9ba302bce6e39f9fe01aefdae73069 Mon Sep 17 00:00:00 2001 From: Ron Levi Date: Mon, 14 Jul 2025 16:37:31 +0300 Subject: [PATCH 5/7] again --- helpers/installcredprovider.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/installcredprovider.sh b/helpers/installcredprovider.sh index c53505e6..5f05e985 100755 --- a/helpers/installcredprovider.sh +++ b/helpers/installcredprovider.sh @@ -25,7 +25,7 @@ if [ ! -z ${ARTIFACTS_CREDENTIAL_PROVIDER_RID} ]; then ;; esac - if [ -z ${USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER} ]; then + if [ ! -z ${USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER} ]; then echo "WARNING: The USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER variable is set, but ARTIFACTS_CREDENTIAL_PROVIDER_RID variable is defined. The NET8 version of the credential provider will be installed." fi @@ -99,4 +99,4 @@ if ! curl -H "Accept: application/octet-stream" \ exit 1 fi -echo "INFO: credential provider netcore plugin extracted to $HOME/.nuget/" \ No newline at end of file +echo "INFO: credential provider netcore plugin extracted to $HOME/.nuget/" From 8e2de65772c2070f889053ef819a8894d29c4d42 Mon Sep 17 00:00:00 2001 From: Ron Levi Date: Mon, 14 Jul 2025 16:42:15 +0300 Subject: [PATCH 6/7] revert file completely... --- helpers/installcredprovider.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/installcredprovider.sh b/helpers/installcredprovider.sh index 5f05e985..c53505e6 100755 --- a/helpers/installcredprovider.sh +++ b/helpers/installcredprovider.sh @@ -25,7 +25,7 @@ if [ ! -z ${ARTIFACTS_CREDENTIAL_PROVIDER_RID} ]; then ;; esac - if [ ! -z ${USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER} ]; then + if [ -z ${USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER} ]; then echo "WARNING: The USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER variable is set, but ARTIFACTS_CREDENTIAL_PROVIDER_RID variable is defined. The NET8 version of the credential provider will be installed." fi @@ -99,4 +99,4 @@ if ! curl -H "Accept: application/octet-stream" \ exit 1 fi -echo "INFO: credential provider netcore plugin extracted to $HOME/.nuget/" +echo "INFO: credential provider netcore plugin extracted to $HOME/.nuget/" \ No newline at end of file From f0dd60f5d363477d6b2b5990c91aac2c045cac0b Mon Sep 17 00:00:00 2001 From: Ron Levi Date: Mon, 14 Jul 2025 16:48:26 +0300 Subject: [PATCH 7/7] without newline --- helpers/installcredprovider.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/installcredprovider.sh b/helpers/installcredprovider.sh index c53505e6..daa2c468 100755 --- a/helpers/installcredprovider.sh +++ b/helpers/installcredprovider.sh @@ -25,7 +25,7 @@ if [ ! -z ${ARTIFACTS_CREDENTIAL_PROVIDER_RID} ]; then ;; esac - if [ -z ${USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER} ]; then + if [ ! -z ${USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER} ]; then echo "WARNING: The USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER variable is set, but ARTIFACTS_CREDENTIAL_PROVIDER_RID variable is defined. The NET8 version of the credential provider will be installed." fi