File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
18
- with :
19
- dotnet-version : |
20
- 6.0.x
21
- 7.0.x
22
- 8.0.x
23
18
- run : dotnet build -c Debug
24
19
- run : dotnet test -c Debug --no-build
25
20
- run : dotnet test -c Debug --no-build --environment "COMPlus_EnableHWIntrinsic=0;COMPlus_EnableSSE2=0"
Original file line number Diff line number Diff line change 33
33
with :
34
34
ref : ${{ needs.update-packagejson.outputs.sha }}
35
35
- uses : Cysharp/Actions/.github/actions/setup-dotnet@main
36
- with :
37
- dotnet-version : |
38
- 6.0.x
39
- 7.0.x
40
- 8.0.x
41
36
- run : dotnet build -c Release -p:Version=${{ env.GIT_TAG }}
42
37
- run : dotnet test -c Release -p:Version=${{ env.GIT_TAG }}
43
38
- run : dotnet pack -c Release --no-build -p:Version=${{ env.GIT_TAG }} -o ./publish
You can’t perform that action at this time.
0 commit comments