File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 1919 NUGET_XMLDOC_MODE : skip
2020 steps :
2121 - uses : actions/checkout@v2
22- - uses : actions/setup-dotnet@v1
23- with :
24- dotnet-version : 5.0.x
25-
2622 - run : dotnet build -c Debug
2723 - run : dotnet test -c Debug --no-build < /dev/null
Original file line number Diff line number Diff line change 1414env :
1515 GIT_TAG : ${{ github.event.inputs.tag }}
1616 DRY_RUN : ${{ github.event.inputs.dry_run }}
17- DOTNET_SDK_VERISON_3 : 3.1.x
18- DOTNET_SDK_VERISON_5 : 5.0.x
1917
2018jobs :
2119 build-dotnet :
2624 NUGET_XMLDOC_MODE : skip
2725 steps :
2826 - uses : actions/checkout@v2
29- - uses : actions/setup-dotnet@v1
30- with :
31- dotnet-version : ${{ env.DOTNET_SDK_VERISON_5 }}
3227 # pack nuget
3328 - run : dotnet build -c Release -p:Version=${{ env.GIT_TAG }}
3429 - run : dotnet test -c Release --no-build
4843 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
4944 NUGET_XMLDOC_MODE : skip
5045 steps :
51- # setup dotnet for nuget push
52- - uses : actions/setup-dotnet@v1
53- with :
54- dotnet-version : ${{ env.DOTNET_SDK_VERISON_5 }}
5546 # tag
5647 - uses : actions/checkout@v2
5748 - name : tag
You can’t perform that action at this time.
0 commit comments