f
This commit is contained in:
@@ -16,15 +16,18 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build, Test, Coverage, and Analyze
|
name: Build, Test, Coverage, and Analyze
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: mcr.microsoft.com/dotnet/sdk:9.0
|
||||||
env:
|
env:
|
||||||
PATH: ${{ env.PATH }}:/root/.dotnet/tools
|
PATH: ${{ env.PATH }}:/root/.dotnet/tools
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v4
|
run: |
|
||||||
with:
|
echo "Setting up .NET..."
|
||||||
dotnet-version: ${{ env.DOTNET_VERSION }}
|
dotnet --version
|
||||||
|
echo "Dotnet is available"
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|||||||
Reference in New Issue
Block a user