Skip to content

Commit

Permalink
Merged Pull Request '#413 restore-macos-x64->main: ci: restore x64 ma…
Browse files Browse the repository at this point in the history
…cOS build'
  • Loading branch information
pi-alexander-popel authored Feb 6, 2025
1 parent 7ec408b commit 57e8560
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/build-package.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
param(
[string]$ProjectDir = ".",
[string]$RepoName,
[string]$Name = "Release_x64",
[string]$Configuration = "Release",
[string]$Arch = "x64",
[string]$Name = "${Configuration}_$Arch",
[Parameter(Mandatory=$true)]
[string]$Version,
[Parameter(Mandatory=$true)]
Expand Down
9 changes: 5 additions & 4 deletions ci/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@
"BuildMethod": "dotnet"
},
{
"Image": "macos-latest",
"Name": "Mac_arm64_Debug",
"Configuration": "Debug",
"Arch": "arm64",
"Image": "macos-13",
"Name": "Mac_x64_Release",
"Configuration": "Release",
"Arch": "x64",
"PackageRequirement": true,
"BuildMethod": "dotnet"
},
{
Expand Down

0 comments on commit 57e8560

Please sign in to comment.