File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 2020 timeout-minutes : 10
2121 steps :
2222 - uses : actions/checkout@v2
23- - uses : actions/setup-dotnet@v1
24- with :
25- dotnet-version : 3.1.x
26-
2723 - run : dotnet build -c Debug
2824 - run : dotnet test -c Debug --no-build
2925
Original file line number Diff line number Diff line change 1515 GIT_TAG : ${{ github.event.inputs.tag }}
1616 DRY_RUN : ${{ github.event.inputs.dry_run }}
1717 DRY_RUN_BRANCH_PREFIX : " test_release"
18- DOTNET_SDK_VERISON_3 : 3.1.x
1918
2019jobs :
2120 update-packagejson :
8584 - uses : actions/checkout@v2
8685 with :
8786 ref : ${{ needs.update-packagejson.outputs.sha }}
88- - uses : actions/setup-dotnet@v1
89- with :
90- dotnet-version : " ${{ env.DOTNET_SDK_VERSION_3 }}"
9187 # pack nuget
9288 - run : dotnet build -c Release -p:Version=${{ env.GIT_TAG }}
9389 - run : dotnet test -c Release --no-build -p:Version=${{ env.GIT_TAG }}
@@ -166,10 +162,6 @@ jobs:
166162 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
167163 NUGET_XMLDOC_MODE : skip
168164 steps :
169- # setup dotnet for nuget push
170- - uses : actions/setup-dotnet@v1
171- with :
172- dotnet-version : " ${{ env.DOTNET_SDK_VERSION_3 }}"
173165 # Create Release
174166 - uses : actions/create-release@v1
175167 id : create_release
You can’t perform that action at this time.
0 commit comments