File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 21
21
env :
22
22
DOTNET_VERSION : 8.0.x
23
23
SRC_DIRECTORY_PATH_LIB : ${{ github.workspace }}/src
24
- PROJECT_NAME_LIB : PublicInterfaceGenerator
25
24
NUGET_VERSION : ${{ github.event.inputs.nuget_version_override || '0.1.0-preview' }}.${{ github.run_number }}
26
25
PUSH_NUGET : ${{ github.event.inputs.push_nuget || false }}
27
26
33
32
dotnet-version : ${{ env.DOTNET_VERSION }}
34
33
- name : Cake Frosting Build and Push NuGet
35
34
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 }}
You can’t perform that action at this time.
0 commit comments