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