File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments