We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cba30 commit 98d9da7Copy full SHA for 98d9da7
.github/workflows/dotnet-ci.yml
@@ -23,7 +23,7 @@ jobs:
23
dotnet-version: 8.x
24
25
- name: Publish the application
26
- run: dotnet publish OKP.Core --configuration ${{ matrix.configuration }} --runtime ${{ matrix.runtime-identifier }} --self-contained false
+ run: dotnet publish OKP.Core --configuration ${{ matrix.configuration }} --runtime ${{ matrix.runtime-identifier }} /p:PublishAot=false
27
28
- name: Upload build artifacts
29
uses: actions/upload-artifact@v3
0 commit comments