We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cc7ea commit f506c9fCopy full SHA for f506c9f
.github/workflows/build-publish-nuget.yml
@@ -33,6 +33,3 @@ jobs:
33
dotnet-version: ${{ env.DOTNET_VERSION }}
34
- name: Cake Frosting Build and Push NuGet
35
run: dotnet run --project ${{ github.workspace }}/build/Build.csproj -- --srcDirectoryPath=${{ env.SRC_DIRECTORY_PATH_LIB }} --nugetVersion=${{ env.NUGET_VERSION }} --pushNuget=${{ env.PUSH_NUGET }} --nugetPushToken=${{ secrets.NUGET_PUSH_TOKEN }}
36
-
37
- # - name: Publish NuGet - Lib
38
- # run: dotnet nuget push "${{ env.SRC_DIRECTORY_PATH_LIB }}/${{ env.PROJECT_NAME_LIB }}/bin/${{ env.CONFIGURATION }}/cake-build-output/*${{ env.NUGET_VERSION }}.nupkg" --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_PUSH_TOKEN }}
0 commit comments