diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d164ed2de..ab590652a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 8.x - - run: dotnet build /p:Version=$GitVersion_AssemblySemVer /p:FileVersion=$GitVersion_AssemblySemVer /p:InformationalVersion=$GitVersion_InformationalVersion + - run: dotnet build **/*.sln /p:Version=$GitVersion_AssemblySemVer /p:FileVersion=$GitVersion_AssemblySemVer /p:InformationalVersion=$GitVersion_InformationalVersion - run: dotnet test