File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 # Filepath of the project to be packaged, relative to root of repository
2626 PROJECT_FILE_PATH : Basic.Reference.Assemblies.Net50/Basic.Reference.Assemblies.Net50.csproj
2727 VERSION_STATIC : ${{ github.event.inputs.version }}
28- TAG_FORMAT : v*
29- INCLUDE_SYMBOLS : true
28+ TAG_COMMIT : false
29+ NUGET_KEY : ${{secrets.NUGET_API_KEY}}
30+
31+ - name : Publish NetCoreApp31
32+ id : publish_nuget
33+ uses : rohith/publish-nuget@v2
34+ with :
35+ # Filepath of the project to be packaged, relative to root of repository
36+ PROJECT_FILE_PATH : Basic.Reference.Assemblies.NetCoreApp31/Basic.Reference.Assemblies.NetCoreApp31.csproj
37+ VERSION_STATIC : ${{ github.event.inputs.version }}
38+ TAG_COMMIT : false
39+ NUGET_KEY : ${{secrets.NUGET_API_KEY}}
40+
41+ - name : Publish NetStandard20
42+ id : publish_nuget
43+ uses : rohith/publish-nuget@v2
44+ with :
45+ # Filepath of the project to be packaged, relative to root of repository
46+ PROJECT_FILE_PATH : Basic.Reference.Assemblies.NetStandard20/Basic.Reference.Assemblies.NetStandard20.csproj
47+ VERSION_STATIC : ${{ github.event.inputs.version }}
48+ TAG_COMMIT : false
3049 NUGET_KEY : ${{secrets.NUGET_API_KEY}}
You can’t perform that action at this time.
0 commit comments