Skip to content

Commit

Permalink
update proto path (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtallcampbell committed Jul 9, 2024
1 parent 37c6f94 commit 98e0700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src_pluginBase/pluginBase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<Protobuf Include="/var/spacedev/protos/spacefx/link/Link.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/deployment/Deployment.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/protos/link/Link.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/protos/deployment/Deployment.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion test/integrationTests/integrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<Protobuf Include="/var/spacedev/protos/spacefx/link/Link.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
<Protobuf Include="/var/spacedev/protos/spacefx/protos/link/Link.proto" GrpcServices="Client" Access="Public" ProtoCompile="True" CompileOutputs="True" ProtoRoot="/var/spacedev/protos" OutputDir="obj/Debug/net6.0/"></Protobuf>
</ItemGroup>
</Project>

0 comments on commit 98e0700

Please sign in to comment.