@@ -35,20 +35,23 @@ jobs:
3535 run : dotnet build -c Release --no-restore --warnaserror
3636
3737 - name : Test
38+ if : false
3839 run : dotnet test -c Release --no-build --verbosity normal
3940
4041 - name : Pack Packages
4142 run : |
4243 dotnet pack NetCord -c Release --no-build
43- dotnet pack NetCord.Services -c Release --no-build
44- dotnet pack Hosting/NetCord.Hosting -c Release --no-build
45- dotnet pack Hosting/NetCord.Hosting.Services -c Release --no-build
46- dotnet pack Hosting/NetCord.Hosting.AspNetCore -c Release --no-build
44+ # dotnet pack NetCord.Services -c Release --no-build
45+ # dotnet pack Hosting/NetCord.Hosting -c Release --no-build
46+ # dotnet pack Hosting/NetCord.Hosting.Services -c Release --no-build
47+ # dotnet pack Hosting/NetCord.Hosting.AspNetCore -c Release --no-build
4748
4849 - name : Setup Node
50+ if : false
4951 uses : actions/setup-node@v6.1.0
5052
5153 - name : Build Documentation
54+ if : false
5255 working-directory : Documentation
5356 run : |
5457 dotnet tool install docfx -g --version 2.78.3
@@ -63,12 +66,13 @@ jobs:
6366 name : Build Artifacts
6467 path : |
6568 NetCord/bin/Release
66- NetCord.Services/bin/Release
67- Hosting/NetCord.Hosting/bin/Release
68- Hosting/NetCord.Hosting.Services/bin/Release
69- Hosting/NetCord.Hosting.AspNetCore/bin/Release
69+ # NetCord.Services/bin/Release
70+ # Hosting/NetCord.Hosting/bin/Release
71+ # Hosting/NetCord.Hosting.Services/bin/Release
72+ # Hosting/NetCord.Hosting.AspNetCore/bin/Release
7073
7174 - name : Upload Documentation Artifacts
75+ if : false
7276 uses : actions/upload-artifact@v5.0.0
7377 with :
7478 name : Documentation Artifacts
0 commit comments