From a5e6f6b81346530f54117eed058032610027d866 Mon Sep 17 00:00:00 2001 From: kasperk81 <83082615+kasperk81@users.noreply.github.com> Date: Thu, 8 Dec 2022 18:59:17 +0200 Subject: [PATCH 1/2] rename netcoreapp6/7 to net6/7 --- Scripts/ci-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/ci-test.sh b/Scripts/ci-test.sh index ffc662d02..152415e23 100755 --- a/Scripts/ci-test.sh +++ b/Scripts/ci-test.sh @@ -42,7 +42,7 @@ else TRX2JUNIT_VERSION="1.3.2" fi -if [[ "$NET_TEST_VERSION" = "netcoreapp6.0" || "$NET_TEST_VERSION" = "netcoreapp7.0" ]] +if [[ "$NET_TEST_VERSION" = "net6.0" || "$NET_TEST_VERSION" = "net7.0" ]] then TRX2JUNIT_VERSION="2.0.4" else From a674e3cc5a49d20037fe4b69414cf98ac9144bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Fri, 9 Dec 2022 08:42:51 +0100 Subject: [PATCH 2/2] chore: use simplified naming --- Scripts/ci-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/ci-test.sh b/Scripts/ci-test.sh index 152415e23..4db8853b9 100755 --- a/Scripts/ci-test.sh +++ b/Scripts/ci-test.sh @@ -14,7 +14,7 @@ echo "Configuration: $*, Coverage Report: $CODE_COVERAGE_REPORT" # # Prepare compatible version # -NET_TEST_VERSION=$(dotnet --version | awk -F. '{printf "netcoreapp"$1"."$2;}') +NET_TEST_VERSION=$(dotnet --version | awk -F. '{printf "net"$1"."$2;}') echo "$NET_TEST_VERSION" DEFAULT_NET_TARGET_VERSION="netstandard2.1" pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy