diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4cdaa83..2f48254 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -126,7 +126,7 @@ jobs: - name: Pack NuGet Package with Symbols shell: pwsh run: | - dotnet pack src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj + dotnet pack src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj ` --no-build ` --configuration Release ` --output ./nuget-packages `