diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index b277f7b..9111ac9 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -12,10 +12,13 @@ jobs: with: dotnet-version: '10.0.x' + - name: Dotnet info - run: dotnet --info + - name: Dotnet restore - run: dotnet restore + - name: Dotnet build - run: dotnet build --configuration Release - name: Say hello