Skip to content

Commit 322dbf7

Browse files
committed
Update
1 parent f57e32b commit 322dbf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939

4040
- name: Build Projects
4141
run: |
42-
dotnet build external/MonoGo/MonoGo.Engine/MonoGo.Engine.csproj /p:PostBuildEvent=
43-
dotnet build external/MonoGo/MonoGo.Pipeline/MonoGo.Pipeline.csproj /p:PostBuildEvent=
44-
dotnet build external/MonoGo/Modules/MonoGo.Tiled/MonoGo.Tiled.csproj /p:PostBuildEvent=
42+
dotnet msbuild external/MonoGo/MonoGo.Engine/MonoGo.Engine.csproj /p:PostBuildEvent=
43+
dotnet msbuild external/MonoGo/MonoGo.Pipeline/MonoGo.Pipeline.csproj /p:PostBuildEvent=
44+
dotnet msbuild external/MonoGo/Modules/MonoGo.Tiled/MonoGo.Tiled.csproj /p:PostBuildEvent=
4545
4646
- name: Build Documentation
4747
run: dotnet docfx docfx.json

0 commit comments

Comments
 (0)