Skip to content

Commit 6195dc1

Browse files
Update debug_dev_standalone.yml
1 parent 076edc8 commit 6195dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/debug_dev_standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
msbuild Flames.sln /p:Configuration=Release
2020
cp -R bin/Release bin/Release_dev_dotnet
21-
msbuild Flames/Flames.csproj /p:Configuration=Release /p:DefineConstants="CORE%3BF_STANDALONE%3BF_DOTNET"
21+
msbuild Flames/Flames.csproj /p:Configuration=Release /p:DefineConstants="CORE%3BF_STANDALONE%3BF_DOTNET%3BF_DOTNET_DEV"
2222
2323
- uses: ./.github/actions/notify_failure_harmony
2424
if: ${{ always() && steps.compile.outcome == 'failure' }}

0 commit comments

Comments
 (0)