File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 77 version :
88 type : string
99 description : Version
10+ required : true
1011
1112env :
1213 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
@@ -121,10 +122,6 @@ jobs:
121122 with :
122123 user : ${{ secrets.NUGET_USER }}
123124
124- # Push the package
125- - name : NuGet Push (Package)
125+ # Push the package (Symbol Package is automatically included)
126+ - name : NuGet Push (Package + Symbols )
126127 run : dotnet nuget push SlangShaderSharp.${{ env.VERSION }}.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
127-
128- - name : NuGet Push (Symbols)
129- run : dotnet nuget push SlangShaderSharp.${{ env.VERSION }}.snupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
130-
Original file line number Diff line number Diff line change 66 version :
77 type : string
88 description : Version
9+ required : true
910
1011jobs :
1112 createPullRequest :
You can’t perform that action at this time.
0 commit comments