Skip to content

Commit

Permalink
update dotnet path in mac publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
keyuxuan committed Aug 23, 2024
1 parent 6ba6f03 commit 3766108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mac/publish
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ esac
#------------------------------------------

# Publish
dotnet publish "$GIT_DIR/src/AzureAuth/AzureAuth.csproj" --self-contained true -r "$runtime" -c release -o $DIST $*
$GIT_DIR/bin/mac/dotnet publish "$GIT_DIR/src/AzureAuth/AzureAuth.csproj" --self-contained true -r "$runtime" -c release -o $DIST $*

0 comments on commit 3766108

Please sign in to comment.