File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
with :
21
21
ref : " ${{ github.event.inputs.ref }}"
22
22
fetch-depth : ' 0' # all
23
- - name : Setup .NET Core 8 .0
23
+ - name : Setup .NET Core 9 .0
24
24
uses : actions/setup-dotnet@v4
25
25
with :
26
- dotnet-version : ' 8 .0.x'
26
+ dotnet-version : ' 9 .0.x'
27
27
- name : Setup gitversion
28
28
run : dotnet tool install --global GitVersion.Tool
29
29
- name : Calculate version
35
35
run : dotnet restore DynamicExpresso.sln
36
36
- name : Build
37
37
run : dotnet build DynamicExpresso.sln --no-restore -c Release /p:Version=${{steps.calc_version.outputs.PROJECT_VERSION}}
38
- - name : Test .net core 8 .0
39
- run : dotnet test DynamicExpresso.sln --no-build --no-restore -c Release /p:Version=${{steps.calc_version.outputs.PROJECT_VERSION}} --verbosity normal -f net8 .0
38
+ - name : Test .net core 9 .0
39
+ run : dotnet test DynamicExpresso.sln --no-build --no-restore -c Release /p:Version=${{steps.calc_version.outputs.PROJECT_VERSION}} --verbosity normal -f net9 .0
40
40
- name : Setup nuget sources
41
41
run : dotnet nuget add source --name github "https://nuget.pkg.github.com/dynamicexpresso/index.json"
42
42
- name : Pack
You can’t perform that action at this time.
0 commit comments