Skip to content

Commit

Permalink
build instead of publish to make DP work
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Jul 30, 2022
1 parent b2999c3 commit 28fb827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plogon/static/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ echo "Starting build for $PLOGON_PLUGIN_NAME at $PLOGON_PLUGIN_COMMIT"

mkdir /output
cd /work/repo/$PLOGON_PROJECT_DIR
dotnet publish -c Release --source /packages -o /output -p:DalamudLibPath=$DALAMUD_LIB_PATH
dotnet build -c Release --source /packages -o /output -p:DalamudLibPath=$DALAMUD_LIB_PATH

0 comments on commit 28fb827

Please sign in to comment.