File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2323 run : ' dir env:'
2424
2525 - name : Setup .NET Core
26- uses : actions/setup-dotnet@v1
26+ uses : actions/setup-dotnet@v3
2727 with :
28- dotnet-version : ' 6 .0.x'
28+ dotnet-version : ' 7 .0.x'
2929
3030 - name : Run .NET test
3131 run : dotnet test
Original file line number Diff line number Diff line change 2828 if : ${{ github.event_name == 'pull_request' }}
2929
3030 - name : Setup .NET Core
31- uses : actions/setup-dotnet@v1
31+ uses : actions/setup-dotnet@v3
3232 with :
33- dotnet-version : ' 6 .0.x'
33+ dotnet-version : ' 7 .0.x'
3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515 fetch-depth : 0 # We need to fetch the entire Git history in order to verify the authenticity.
1616
1717 - name : Setup .NET Core
18- uses : actions/setup-dotnet@v1
18+ uses : actions/setup-dotnet@v3
1919 with :
20- dotnet-version : ' 6 .0.x'
20+ dotnet-version : ' 7 .0.x'
2121 - name : Build with dotnet
2222 working-directory : LogViewer.Server
2323 run : dotnet build # Project needs to build before training a model.
Original file line number Diff line number Diff line change 1818
1919 # **** Please change 'dotnet-version' to be the version of the .NET SDK used in your project **** #
2020 - name : Setup .NET Core
21- uses : actions/setup-dotnet@v1
21+ uses : actions/setup-dotnet@v3
2222 with :
23- dotnet-version : ' 6 .0.x'
23+ dotnet-version : ' 7 .0.x'
2424
2525 # **** Please change 'working-directory' to be the location where your .SLN file is located **** #
2626 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments