Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Dec 2024 16:55:54 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 91e4b2e8e871 - main - lang/dotnet: Do not install the TestHost nupkg
Message-ID:  <202412041655.4B4GtsBO090874@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91e4b2e8e871f8091986279de02a91800eb409d1

commit 91e4b2e8e871f8091986279de02a91800eb409d1
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-12-04 16:49:44 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-12-04 16:55:34 +0000

    lang/dotnet: Do not install the TestHost nupkg
    
    This package is required only for internal testing of .NET itself.
    
    Not bumping PORTREVISION to avoid potential rebuilding as the change is miniscule
---
 lang/dotnet/pkg-plist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/dotnet/pkg-plist b/lang/dotnet/pkg-plist
index 7da182f5478b..b179126c6c92 100644
--- a/lang/dotnet/pkg-plist
+++ b/lang/dotnet/pkg-plist
@@ -13,7 +13,7 @@ dotnet/library-packs/runtime.%%SDK_RID%%.Microsoft.DotNet.ILCompiler.%%FULL_DOTN
 dotnet/library-packs/runtime.%%SDK_RID%%.Microsoft.NETCore.DotNetAppHost.%%FULL_DOTNETVERSION%%.nupkg
 dotnet/library-packs/runtime.%%SDK_RID%%.Microsoft.NETCore.ILAsm.%%FULL_DOTNETVERSION%%.nupkg
 dotnet/library-packs/runtime.%%SDK_RID%%.Microsoft.NETCore.ILDAsm.%%FULL_DOTNETVERSION%%.nupkg
-dotnet/library-packs/runtime.%%SDK_RID%%.Microsoft.NETCore.TestHost.%%FULL_DOTNETVERSION%%-rtm.24528.9.nupkg
+@comment dotnet/library-packs/runtime.%%SDK_RID%%.Microsoft.NETCore.TestHost.%%FULL_DOTNETVERSION%%-rtm.24528.9.nupkg
 dotnet/metadata/workloads/%%SDKVERSION%%/userlocal
 dotnet/packs/Microsoft.AspNetCore.App.Ref/%%FULL_DOTNETVERSION%%/analyzers/dotnet/cs/Microsoft.AspNetCore.App.Analyzers.dll
 dotnet/packs/Microsoft.AspNetCore.App.Ref/%%FULL_DOTNETVERSION%%/analyzers/dotnet/cs/Microsoft.AspNetCore.App.CodeFixes.dll



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412041655.4B4GtsBO090874>