We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d221bf6 commit f89052bCopy full SHA for f89052b
.github/workflows/build.yml
@@ -122,7 +122,7 @@ jobs:
122
123
- name: Build
124
run: |
125
- dotnet publish CollapseLauncher -c ${{matrix.Configuration}} -p:PublishProfile=Publish-DebugCIReleaseAOT -p:PublishDir=".\debug-aot-build\"
+ dotnet publish CollapseLauncher -c ${{matrix.Configuration}} -p:PublishProfile=Publish-DebugCIReleaseAOT -p:PublishDir=".\debug-aot-build\" -p:PublishAotSelf=true
126
127
- name: Upload debug symbols
128
uses: actions/upload-artifact@v4
0 commit comments