Commit bdf1d0b 1 parent ce58a78 commit bdf1d0b Copy full SHA for bdf1d0b
File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -euo pipefail
3
3
4
- dotnet build
5
-
6
4
diff -q docs/docs/api-reference/difficalcy-osu.json <( dotnet tool run swagger tofile Difficalcy.Osu/bin/Debug/net8.0/Difficalcy.Osu.dll v1)
7
5
diff -q docs/docs/api-reference/difficalcy-taiko.json <( dotnet tool run swagger tofile Difficalcy.Taiko/bin/Debug/net8.0/Difficalcy.Taiko.dll v1)
8
6
diff -q docs/docs/api-reference/difficalcy-catch.json <( dotnet tool run swagger tofile Difficalcy.Catch/bin/Debug/net8.0/Difficalcy.Catch.dll v1)
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -euo pipefail
3
3
4
- dotnet build
5
-
6
4
dotnet tool run swagger tofile Difficalcy.Osu/bin/Debug/net8.0/Difficalcy.Osu.dll v1 > docs/docs/api-reference/difficalcy-osu.json
7
5
dotnet tool run swagger tofile Difficalcy.Taiko/bin/Debug/net8.0/Difficalcy.Taiko.dll v1 > docs/docs/api-reference/difficalcy-taiko.json
8
6
dotnet tool run swagger tofile Difficalcy.Catch/bin/Debug/net8.0/Difficalcy.Catch.dll v1 > docs/docs/api-reference/difficalcy-catch.json
Original file line number Diff line number Diff line change @@ -26,4 +26,17 @@ COPY Difficalcy.Tests/Difficalcy.Tests.csproj ./Difficalcy.Tests/
26
26
27
27
RUN dotnet restore
28
28
29
+ COPY Difficalcy ./Difficalcy
30
+ COPY Difficalcy.Catch ./Difficalcy.Catch
31
+ COPY Difficalcy.Catch.Tests ./Difficalcy.Catch.Tests
32
+ COPY Difficalcy.Mania ./Difficalcy.Mania
33
+ COPY Difficalcy.Mania.Tests ./Difficalcy.Mania.Tests
34
+ COPY Difficalcy.Osu ./Difficalcy.Osu
35
+ COPY Difficalcy.Osu.Tests ./Difficalcy.Osu.Tests
36
+ COPY Difficalcy.Taiko ./Difficalcy.Taiko
37
+ COPY Difficalcy.Taiko.Tests ./Difficalcy.Taiko.Tests
38
+ COPY Difficalcy.Tests ./Difficalcy.Tests
39
+
40
+ RUN dotnet build
41
+
29
42
COPY . .
You can’t perform that action at this time.
0 commit comments