From e9ccc672768e6f3eeed0a696a9c5e1001174dba6 Mon Sep 17 00:00:00 2001 From: JosepFe Date: Tue, 10 Dec 2024 16:01:03 +0100 Subject: [PATCH] enable push --- .github/workflows/nuget-package.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nuget-package.yml b/.github/workflows/nuget-package.yml index beea8b49..bb203bbe 100644 --- a/.github/workflows/nuget-package.yml +++ b/.github/workflows/nuget-package.yml @@ -82,8 +82,8 @@ jobs: - name: Restore dependencies run: dotnet restore source/Modules/${{ github.event.inputs.project }}/${{ github.event.inputs.project }}.csproj - # - name: Build project - # run: dotnet build ${{ github.event.inputs.project }} --configuration Release --no-restore + - name: Build project + run: dotnet build source/Modules/${{ github.event.inputs.project }}/${{ github.event.inputs.project }}.csproj --configuration Release --no-restore - # - name: Pack NuGet package - # run: dotnet pack ${{ github.event.inputs.project }} --configuration Release --no-build --output ./nuget-packages /p:PackageVersion=${{ env.NEW_VERSION }} \ No newline at end of file + - name: Pack NuGet package + run: dotnet pack source/Modules/${{ github.event.inputs.project }}/${{ github.event.inputs.project }}.csproj --configuration Release --no-build --output ./nuget-packages /p:PackageVersion=${{ env.NEW_VERSION }} \ No newline at end of file