File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 19
19
NUGET_XMLDOC_MODE : skip
20
20
steps :
21
21
- uses : actions/checkout@v2
22
- - uses : actions/setup-dotnet@v1
23
- with :
24
- dotnet-version : 3.1.x
25
22
- run : dotnet test -c Debug ./src/UniTask.NetCoreTests/UniTask.NetCoreTests.csproj
26
23
27
24
build-unity :
Original file line number Diff line number Diff line change 15
15
GIT_TAG : ${{ github.event.inputs.tag }}
16
16
DRY_RUN : ${{ github.event.inputs.dry_run }}
17
17
DRY_RUN_BRANCH_PREFIX : " test_release"
18
- DOTNET_SDK_VERISON_3 : 3.1.x
19
18
20
19
jobs :
21
20
update-packagejson :
85
84
- uses : actions/checkout@v2
86
85
with :
87
86
ref : ${{ needs.update-packagejson.outputs.sha }}
88
- - uses : actions/setup-dotnet@v1
89
- with :
90
- dotnet-version : " ${{ env.DOTNET_SDK_VERSION_3 }}"
91
87
# build and pack
92
88
- run : dotnet build -c Release -p:Version=${{ env.GIT_TAG }}
93
89
- run : dotnet test -c Release --no-build
@@ -151,10 +147,6 @@ jobs:
151
147
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
152
148
NUGET_XMLDOC_MODE : skip
153
149
steps :
154
- # setup dotnet for nuget push
155
- - uses : actions/setup-dotnet@v1
156
- with :
157
- dotnet-version : " ${{ env.DOTNET_SDK_VERSION_3 }}"
158
150
# Create Releases
159
151
- uses : actions/create-release@v1
160
152
id : create_release
You can’t perform that action at this time.
0 commit comments