File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,16 +54,16 @@ jobs:
5454 - name : Test
5555 run : dotnet test "${{ steps.solution.outputs.SOLUTION_PATH }}" --configuration Release --no-build --verbosity normal
5656 - name : Pack FluentAAS Builder
57- run : dotnet pack src/FluentAAS.Builder/FluentAAS.Builder.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
57+ run : dotnet pack src/FluentAAS/FluentAAS .Builder/FluentAAS.Builder.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
5858
5959 - name : Pack FluentAAS Core
60- run : dotnet pack src/FluentAAS.Core/FluentAAS.Core.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
60+ run : dotnet pack src/FluentAAS/FluentAAS .Core/FluentAAS.Core.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
6161
6262 - name : Pack FluentAAS IO
63- run : dotnet pack src/FluentAAS.IO/FluentAAS.IO.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
63+ run : dotnet pack src/FluentAAS/FluentAAS .IO/FluentAAS.IO.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
6464
6565 - name : Pack FluentAAS Templates
66- run : dotnet pack src/FluentAAS.Templates/FluentAAS.Templates.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
66+ run : dotnet pack src/FluentAAS/FluentAAS .Templates/FluentAAS.Templates.csproj -c Release -o ./artifacts /p:PackageVersion=${{ steps.version.outputs.FULL_VERSION }}
6767
6868 # Publish NuGet packages to nuget.org
6969 - name : Publish to NuGet
You can’t perform that action at this time.
0 commit comments