Fix: release.sh - okay, dass war peinlich
Some checks failed
release-nuget-package / Release NuGet Package (push) Failing after 29s

This commit is contained in:
2026-02-13 19:54:54 +01:00
parent 81fc40cca9
commit 79d7058e66

View File

@@ -6,7 +6,7 @@ Configuration=$3
find . -name *.nupkg -delete find . -name *.nupkg -delete
dotnet pack $ProjectName.nuspec "/p:targetframework=${TargetFramework};ProjectName=${ProjectName};configuration=${Configuration}" dotnet pack $ProjectName.nuspec "/p:targetframework=${TargetFramework};ProjectName=${ProjectName};configuration=${Configuration}"
if [ $Configuration -eq 'PublishNuget' ]; then if [ $Configuration == 'PublishNuget' ]; then
echo "Skipping copy to Oqtane.Server/Packages" echo "Skipping copy to Oqtane.Server/Packages"
else else
echo "Copy to Oqtane.Server/Packages" echo "Copy to Oqtane.Server/Packages"