Skip to content

Commit

Permalink
test: debug detected OS
Browse files Browse the repository at this point in the history
  • Loading branch information
malandis committed Aug 13, 2024
1 parent 24481ab commit f9bd714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ build: ${BUILD_TARGETS}

## Build the project for .NET 6.0
build-dotnet6:
echo "Detected OS was: ${OS}"
@echo "Building the project for .NET 6.0..."
@dotnet build -f ${DOTNET_VERSION} ${GRPC_WEB_FLAG}

Expand Down

0 comments on commit f9bd714

Please sign in to comment.