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"