Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Apr 1, 2024
1 parent 4679c08 commit 2e4a17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 0 additions & 10 deletions OpenProtest.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2e4a17c

Please sign in to comment.