diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 4edf0a87..392840c5 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,6 +23,6 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore + run: dotnet build OpenProtest.sln --no-restore - name: Test - run: dotnet test --no-build --verbosity normal + run: dotnet test OpenProtest.sln --no-build --verbosity normal diff --git a/OpenProtest.sln b/OpenProtest.sln index d76aaa81..0ccf929e 100644 --- a/OpenProtest.sln +++ b/OpenProtest.sln @@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Protest", "Protest\Protest. EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Protest-Tests", "Protest-Tests\Protest-Tests.csproj", "{CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Protest-Agent", "Protest-Agent\Protest-Agent.csproj", "{07935B51-01B3-42FF-89C1-D8E9DFC28366}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Protest-CacheGenerator", "Protest-CacheGenerator\Protest-CacheGenerator.csproj", "{97B25F71-9945-4476-A99D-8265ADB9B37D}" EndProject Global @@ -35,14 +33,6 @@ Global {CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}.Release|Any CPU.Build.0 = Release|x64 {CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}.Release|x64.ActiveCfg = Release|x64 {CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}.Release|x64.Build.0 = Release|x64 - {07935B51-01B3-42FF-89C1-D8E9DFC28366}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {07935B51-01B3-42FF-89C1-D8E9DFC28366}.Debug|Any CPU.Build.0 = Debug|Any CPU - {07935B51-01B3-42FF-89C1-D8E9DFC28366}.Debug|x64.ActiveCfg = Debug|Any CPU - {07935B51-01B3-42FF-89C1-D8E9DFC28366}.Debug|x64.Build.0 = Debug|Any CPU - {07935B51-01B3-42FF-89C1-D8E9DFC28366}.Release|Any CPU.ActiveCfg = Release|Any CPU - {07935B51-01B3-42FF-89C1-D8E9DFC28366}.Release|Any CPU.Build.0 = Release|Any CPU - {07935B51-01B3-42FF-89C1-D8E9DFC28366}.Release|x64.ActiveCfg = Release|Any CPU - {07935B51-01B3-42FF-89C1-D8E9DFC28366}.Release|x64.Build.0 = Release|Any CPU {97B25F71-9945-4476-A99D-8265ADB9B37D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {97B25F71-9945-4476-A99D-8265ADB9B37D}.Debug|Any CPU.Build.0 = Debug|Any CPU {97B25F71-9945-4476-A99D-8265ADB9B37D}.Debug|x64.ActiveCfg = Debug|Any CPU