Skip to content

Commit

Permalink
fix: change the yarg.core build to debug version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantotone committed Aug 9, 2023
1 parent 42243b7 commit 789f543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: "[Pre-build] Build YARG.Core"
run: >
mkdir Assets/Plugins/YARG.Core;
dotnet publish YARG.Core/YARG.Core/YARG.Core.csproj /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary --output Assets/Plugins/YARG.Core;
dotnet build YARG.Core/YARG.Core/YARG.Core.csproj /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary --output Assets/Plugins/YARG.Core;
###########################
# Build #
Expand Down

0 comments on commit 789f543

Please sign in to comment.