Skip to content

Commit

Permalink
fix C# single-job distribtests jobs when version has no suffix (grpc#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch authored Mar 3, 2022
1 parent 564f7d6 commit f574f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csharp/build_nuget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ then
# add a suffix to the nuget's version
# to avoid confusing the package with a full nuget package.
# NOTE: adding the suffix must be done AFTER expand_dev_version.sh has run.
sed -ibak "s/<\/GrpcCsharpVersion>/.singleplatform<\/GrpcCsharpVersion>/" build/dependencies.props
sed -ibak "s/<\/GrpcCsharpVersion>/-singleplatform<\/GrpcCsharpVersion>/" build/dependencies.props
fi

dotnet restore Grpc.sln
Expand Down

0 comments on commit f574f70

Please sign in to comment.