tried to fix bugs (partial success)
This commit is contained in:
6
dependencies/src-csharp.config
vendored
6
dependencies/src-csharp.config
vendored
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
DEP_WORKING_DIR='src-csharp'
|
||||
CS_CONFIGURATION='Release'
|
||||
if [[ "$TASK" = *_dbg ]]; then
|
||||
DEP_BUILD_COMMAND='dotnet build src-csharp.sln -o bin -c Debug'
|
||||
else
|
||||
DEP_BUILD_COMMAND='dotnet build src-csharp.sln -o bin -c Release'
|
||||
CS_CONFIGURATION='Debug'
|
||||
fi
|
||||
DEP_BUILD_COMMAND=$"dotnet build src-csharp.sln -o bin -c $CS_CONFIGURATION"
|
||||
DEP_CLEAN_COMMAND='rm -rf bin obj'
|
||||
DEP_OTHER_OUT_FILES='bin/Ougge.dll'
|
||||
|
||||
Reference in New Issue
Block a user