Skip to content

Commit e1751e6

Browse files
committed
Removed unnecessary part of github action
1 parent da481cb commit e1751e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-publish-nuget.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
env:
2222
DOTNET_VERSION: 8.0.x
2323
SRC_DIRECTORY_PATH_LIB: ${{ github.workspace }}/src
24-
PROJECT_NAME_LIB: PublicInterfaceGenerator
2524
NUGET_VERSION: ${{ github.event.inputs.nuget_version_override || '0.1.0-preview' }}.${{ github.run_number }}
2625
PUSH_NUGET: ${{ github.event.inputs.push_nuget || false }}
2726

@@ -33,6 +32,3 @@ jobs:
3332
dotnet-version: ${{ env.DOTNET_VERSION }}
3433
- name: Cake Frosting Build and Push NuGet
3534
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

Comments
 (0)