File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33$ErrorActionPreference = ' Stop'
44
55git clean dist - fdx
6- bazel build // :copy_dist_include // :copy_dist_bin // :copy_dist_codegen_plugins // :copy_dist_images
7- bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_include
8- bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_images
9- bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_bin
10- bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_codegen_plugins
11- bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_recipe_bundles
6+ bazel build // :copy_dist_include // :copy_dist_bin // :copy_dist_codegen_plugins // :copy_dist_images - c opt
7+ bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_include - c opt
8+ bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_images - c opt
9+ bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_bin - c opt
10+ bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_codegen_plugins - c opt
11+ bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_recipe_bundles - c opt
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Expand-Archive -Path $ArchivePath -DestinationPath dist
2727((Get-Content - path .\ecsact_sdk.appinstaller - Raw) -replace ' 0.0.0-placeholder' , " $ ( $LatestTag ) " ) | Set-Content - Path .\ecsact_sdk.appinstaller
2828
2929try {
30- bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_images
30+ bazel run -- ui_event_filters=- info -- noshow_progress // :copy_dist_images - c opt
3131 . .\CreateMsix.ps1 - CertPath $CertPath - Version $LatestTag - CertPassword $CertPassword
3232 gh release upload $LatestTag $MsixPath ecsact_sdk.appinstaller -- clobber
3333} finally {
You can’t perform that action at this time.
0 commit comments