Skip to content

Commit f89052b

Browse files
committed
[skip ci] Adding -p:PublishAotSelf=true param to canary workflow
1 parent d221bf6 commit f89052b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Build
124124
run: |
125-
dotnet publish CollapseLauncher -c ${{matrix.Configuration}} -p:PublishProfile=Publish-DebugCIReleaseAOT -p:PublishDir=".\debug-aot-build\"
125+
dotnet publish CollapseLauncher -c ${{matrix.Configuration}} -p:PublishProfile=Publish-DebugCIReleaseAOT -p:PublishDir=".\debug-aot-build\" -p:PublishAotSelf=true
126126
127127
- name: Upload debug symbols
128128
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)