From c1370b1f71797b0c9d8dd8e96ef7612206f090d3 Mon Sep 17 00:00:00 2001 From: KoCoder Date: Fri, 13 Feb 2026 23:55:05 +0100 Subject: [PATCH] CI: Possible naming collition --- Interfaces/Interfaces.nuspec | 4 ++-- Interfaces/release.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Interfaces/Interfaces.nuspec b/Interfaces/Interfaces.nuspec index 41ebdfd..474636e 100644 --- a/Interfaces/Interfaces.nuspec +++ b/Interfaces/Interfaces.nuspec @@ -17,7 +17,7 @@ - - + + \ No newline at end of file diff --git a/Interfaces/release.sh b/Interfaces/release.sh index e867e14..06af3ad 100644 --- a/Interfaces/release.sh +++ b/Interfaces/release.sh @@ -11,7 +11,7 @@ echo "ENV: ${TargetFramework} ${ProjectName} ${Configuration} RN: ${GITHUB_REF_N cat $ProjectName.nuspec find . -name *.nupkg -delete -dotnet pack $ProjectName.nuspec "/p:targetframework=${TargetFramework};ProjectName=${ProjectName};configuration=${Configuration}" +dotnet pack $ProjectName.nuspec "/p:targetframework=${TargetFramework};ProjectName=${ProjectName};Config=${Configuration}" if [ $Configuration == 'PublishNuget' ]; then echo "Skipping copy to Oqtane.Server/Packages"