diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3082381..d577168 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,9 +14,11 @@ jobs: - uses: actions/setup-dotnet@v3 with: dotnet-version: 6.0.x + - name: print + run: dotnet --info - name: Install dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore --framework=net6.0 + run: dotnet build --no-restore # - name: Test # run: dotnet test --no-restore --verbosity normal