Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
BlizzCrafter committed Oct 23, 2024
1 parent 322dbf7 commit 1365c9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:

- name: Build Projects
run: |
dotnet msbuild external/MonoGo/MonoGo.Engine/MonoGo.Engine.csproj /p:PostBuildEvent=
dotnet msbuild external/MonoGo/MonoGo.Pipeline/MonoGo.Pipeline.csproj /p:PostBuildEvent=
dotnet msbuild external/MonoGo/Modules/MonoGo.Tiled/MonoGo.Tiled.csproj /p:PostBuildEvent=
dotnet build external/MonoGo/MonoGo.Engine/MonoGo.Engine.csproj -p:PostBuildEvent=
dotnet build external/MonoGo/MonoGo.Pipeline/MonoGo.Pipeline.csproj -p:PostBuildEvent=
dotnet build external/MonoGo/Modules/MonoGo.Tiled/MonoGo.Tiled.csproj -p:PostBuildEvent=
- name: Build Documentation
run: dotnet docfx docfx.json
Expand Down

0 comments on commit 1365c9e

Please sign in to comment.