File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99env :
1010 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
11- DOTNET_VERSION : 8 .0.x
11+ DOTNET_VERSION : 10 .0.x
1212 DOTNET_CLI_TELEMETRY_OPTOUT : 1
1313
1414jobs :
Original file line number Diff line number Diff line change 11name : NuGet
22
33on :
4- push :
5- branches : [ main, master ]
6- pull_request :
7- branches : [ main, master ]
84 release :
95 types : [published]
106 workflow_dispatch : # This enables the manual button
1511 default : ' Manual test'
1612env :
1713 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
18- DOTNET_VERSION : 8 .0.x
14+ DOTNET_VERSION : 10 .0.x
1915 DOTNET_CLI_TELEMETRY_OPTOUT : 1
2016
2117jobs :
2218 build :
23- if : github.event_name == 'release' || github.event_name == 'workflow_dispatch'
2419 runs-on : ubuntu-latest
2520 steps :
21+ - name : Check trigger reason
22+ run : |
23+ echo "Triggered because: ${{ github.event.inputs.reason }}"
2624 - name : Checkout
2725 uses : actions/checkout@v4
2826 - name : Setup dotnet
You can’t perform that action at this time.
0 commit comments