File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
@ rem Builds Google.Protobuf NuGet packages
2
2
3
3
dotnet restore src/Google.Protobuf.sln
4
- dotnet pack -c Release src/Google.Protobuf.sln || goto :error
4
+ dotnet pack -c Release src/Google.Protobuf.sln -p:ContinuousIntegrationBuild=true || goto :error
5
5
6
6
goto :EOF
7
7
Original file line number Diff line number Diff line change 15
15
<PackageTags >Protocol;Buffers;Binary;Serialization;Format;Google;proto;proto3</PackageTags >
16
16
<PackageReleaseNotes >C# proto3 support</PackageReleaseNotes >
17
17
<PackageProjectUrl >https://github.com/protocolbuffers/protobuf</PackageProjectUrl >
18
- <PackageLicenseUrl >https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</ PackageLicenseUrl >
18
+ <PackageLicenseExpression >BSD-3-Clause</ PackageLicenseExpression >
19
19
<RepositoryType >git</RepositoryType >
20
20
<RepositoryUrl >https://github.com/protocolbuffers/protobuf.git</RepositoryUrl >
21
- <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
21
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
22
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
22
23
<!-- Include PDB in the built .nupkg -->
23
24
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
24
25
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments