Skip to content

Commit

Permalink
Fix error On Build (NET 8) (#38)
Browse files Browse the repository at this point in the history
Replace Runtime identifier from win10-x64 to win-x64
  • Loading branch information
jleiva-gap authored Feb 23, 2024
1 parent 61b3a3a commit 6da0641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function Publish {
Invoke-Execute {
$project = "$solutionRoot/$cliProject"
Write-Host "Self contained." -ForegroundColor Cyan
dotnet publish $project -c $Configuration /p:EnvironmentName=Production -o "$publishScdOutputDirectory" --self-contained -r win10-x64 --nologo
dotnet publish $project -c $Configuration /p:EnvironmentName=Production -o "$publishScdOutputDirectory" --self-contained -r win-x64 --nologo

Write-Host "Not self contained." -ForegroundColor Cyan
dotnet publish $project -c $Configuration /p:EnvironmentName=Production -o "$publishFddOutputDirectory" --no-self-contained --no-build --nologo
Expand Down

0 comments on commit 6da0641

Please sign in to comment.