Fix publish scripts

This commit is contained in:
Matt Nadareski
2024-04-23 14:12:10 -04:00
parent af4ff3d383
commit 8f78c73c6f
2 changed files with 2 additions and 2 deletions

View File

@@ -32,5 +32,5 @@ then
dotnet restore
# Create Nuget Package
dotnet pack SabreTools.Models/SabreTools.Models.csproj --output $BUILD_FOLDER
dotnet pack SabreTools.Models.csproj --output $BUILD_FOLDER
fi

View File

@@ -22,5 +22,5 @@ if (!$NO_BUILD.IsPresent)
dotnet restore
# Create Nuget Package
dotnet pack SabreTools.Models\SabreTools.Models.csproj --output $BUILD_FOLDER
dotnet pack SabreTools.Models.csproj --output $BUILD_FOLDER
}