File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed
Microsoft.OpenApi.Readers Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 14
14
<Description >OpenAPI.NET Readers for JSON and YAML documents</Description >
15
15
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
16
16
<PackageTags >OpenAPI .NET</PackageTags >
17
-
17
+ <RepositoryUrl >https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl >
18
+ <PackageReleaseNotes >
19
+ - Publish symbols.
20
+ </PackageReleaseNotes >
18
21
<AssemblyName >Microsoft.OpenApi.Readers</AssemblyName >
19
22
<RootNamespace >Microsoft.OpenApi.Readers</RootNamespace >
20
23
<SignAssembly >true</SignAssembly >
25
28
<AssemblyOriginatorKeyFile >..\Microsoft.OpenApi.snk</AssemblyOriginatorKeyFile >
26
29
</PropertyGroup >
27
30
31
+ <!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
32
+ <PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
33
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
34
+ </PropertyGroup >
35
+
36
+ <ItemGroup >
37
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
38
+ </ItemGroup >
39
+
28
40
<ItemGroup >
29
41
<PackageReference Include =" SharpYaml" Version =" 1.6.6" />
30
42
</ItemGroup >
Original file line number Diff line number Diff line change 14
14
<Description >.NET models with JSON and YAML writers for OpenAPI specification</Description >
15
15
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
16
16
<PackageTags >OpenAPI .NET</PackageTags >
17
-
17
+ <RepositoryUrl >https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl >
18
+ <PackageReleaseNotes >
19
+ - Publish symbols.
20
+ </PackageReleaseNotes >
18
21
<AssemblyName >Microsoft.OpenApi</AssemblyName >
19
22
<RootNamespace >Microsoft.OpenApi</RootNamespace >
20
23
<SignAssembly >true</SignAssembly >
24
27
<DocumentationFile >bin\$(Configuration)\$(TargetFramework)\Microsoft.OpenApi.xml</DocumentationFile >
25
28
<AssemblyOriginatorKeyFile >..\Microsoft.OpenApi.snk</AssemblyOriginatorKeyFile >
26
29
</PropertyGroup >
27
-
30
+
31
+ <!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
32
+ <PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
33
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
34
+ </PropertyGroup >
35
+
36
+ <ItemGroup >
37
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
38
+ </ItemGroup >
39
+
28
40
<ItemGroup >
29
41
<Compile Update =" Properties\SRResource.Designer.cs" >
30
42
<DesignTime >True</DesignTime >
You can’t perform that action at this time.
0 commit comments