File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 16
16
<RepositoryType >git</RepositoryType >
17
17
<EmbedUntrackedSources >true</EmbedUntrackedSources >
18
18
<PublishRepositoryUrl >true</PublishRepositoryUrl >
19
- <IncludeSymbols >true</IncludeSymbols >
20
- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
21
19
22
20
<Version Condition =" '$(Version)' == ''" >$(TAGGED_VERSION)</Version >
23
21
<VersionPrefix >0.1.0</VersionPrefix >
Original file line number Diff line number Diff line change 6
6
<ItemGroup >
7
7
<None Include =" $(SolutionDir)\README.md" Pack =" true" PackagePath =" \" />
8
8
</ItemGroup >
9
-
9
+
10
+
11
+ <PropertyGroup Condition =" !$(MSBuildProjectName.EndsWith('WebConfig'))" >
12
+ <IncludeSymbols >true</IncludeSymbols >
13
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
14
+ </PropertyGroup >
15
+
10
16
<ItemGroup Condition =" !$(MSBuildProjectName.EndsWith('WebConfig'))" >
11
17
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
12
18
</ItemGroup >
You can’t perform that action at this time.
0 commit comments