Skip to content

Commit 36c67d3

Browse files
committed
[skip ci] Disable AOT from release builder
1 parent 9c074be commit 36c67d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-signed.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ env:
1212
DOTNET_VERSION: '9.0.2xx'
1313
DOTNET_QUALITY: 'ga'
1414
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
15-
SIGNPATH_ARTIFACT_SLUG: 'aot-release' # change this to 'aot-release' when releasing with AOT or 'initial' for normal release
16-
BUILD_PROFILE_PREVIEW: 'Publish-PreviewReleaseAOT'
17-
BUILD_PROFILE_STABLE: 'Publish-StableReleaseAOT'
18-
BUILD_PROFILE_DEBUG: 'Publish-DebugCIReleaseAOT'
15+
SIGNPATH_ARTIFACT_SLUG: 'initial' # change this to 'aot-release' when releasing with AOT or 'initial' for normal release
16+
BUILD_PROFILE_PREVIEW: 'Publish-PreviewRelease'
17+
BUILD_PROFILE_STABLE: 'Publish-StableRelease'
18+
BUILD_PROFILE_DEBUG: 'Publish-DebugCIRelease'
1919

2020
# schedule:
2121
# - cron: '0 0 * * 0' # At 00:00 on Sunday

0 commit comments

Comments
 (0)