diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bf986cdab4..72657b1e26 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,6 +22,8 @@ jobs: dotnet-version: 6.0.x - name: Restore dependencies run: dotnet restore + - name: BuildTool + run: dotnet build Nitrox.BuildTool - name: Build run: dotnet build --no-restore - name: Test