File tree Expand file tree Collapse file tree 11 files changed +21
-1
lines changed Expand file tree Collapse file tree 11 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ of patent rights can be found in the PATENTS file in the same directory.
135135 </ItemGroup >
136136 <Exec
137137 WorkingDirectory=" $(MSBuildProjectDirectory)"
138- Command=" tools\NuGet\nuget.exe push %(PackageFiles.Identity) -NonInteractive -Source https://www.nuget.org/api/v2/package -Symbols -SymbolPackageFormat snupkg "
138+ Command=" tools\NuGet\nuget.exe push %(PackageFiles.Identity) -NonInteractive -Source https://www.nuget.org/api/v2/package"
139139 />
140140 </Target >
141141 <Target Name =" PushDev" >
Original file line number Diff line number Diff line change 1717 <PublishRepositoryUrl >true</PublishRepositoryUrl >
1818 <EmbedUntrackedSources >true</EmbedUntrackedSources >
1919 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
20+ <IncludeSymbols >true</IncludeSymbols >
21+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2022 </PropertyGroup >
2123
2224 <ItemGroup >
Original file line number Diff line number Diff line change 2222 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
2323 <DefineConstants >$(DefineConstants);ASPNETCORE</DefineConstants >
2424 <RootNamespace >React.AspNet</RootNamespace >
25+ <IncludeSymbols >true</IncludeSymbols >
26+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2527 </PropertyGroup >
2628
2729 <ItemGroup >
Original file line number Diff line number Diff line change 1818 <PackageLicense >https://github.com/reactjs/React.NET#licence</PackageLicense >
1919 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
2020 <DefineConstants >$(DefineConstants);ASPNETCORE</DefineConstants >
21+ <IncludeSymbols >true</IncludeSymbols >
22+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2123 </PropertyGroup >
2224
2325 <ItemGroup >
Original file line number Diff line number Diff line change 2020 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2121 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
2222 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
23+ <IncludeSymbols >true</IncludeSymbols >
24+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2325 </PropertyGroup >
2426
2527 <ItemGroup >
Original file line number Diff line number Diff line change 2020 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2121 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
2222 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
23+ <IncludeSymbols >true</IncludeSymbols >
24+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2325 </PropertyGroup >
2426
2527 <ItemGroup >
Original file line number Diff line number Diff line change 2121 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2222 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
2323 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
24+ <IncludeSymbols >true</IncludeSymbols >
25+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2426 </PropertyGroup >
2527
2628 <ItemGroup >
Original file line number Diff line number Diff line change 2121 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2222 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
2323 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
24+ <IncludeSymbols >true</IncludeSymbols >
25+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2426 </PropertyGroup >
2527
2628 <ItemGroup >
Original file line number Diff line number Diff line change 2020 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2121 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
2222 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
23+ <IncludeSymbols >true</IncludeSymbols >
24+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2325 </PropertyGroup >
2426
2527 <ItemGroup >
Original file line number Diff line number Diff line change 2121 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2222 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
2323 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
24+ <IncludeSymbols >true</IncludeSymbols >
25+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2426 </PropertyGroup >
2527
2628 <ItemGroup >
You can’t perform that action at this time.
0 commit comments