Skip to content

Commit fd4c368

Browse files
committed
chore: copy file to output directory
1 parent 01784e4 commit fd4c368

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/Microsoft.OpenApi.Tests/Microsoft.OpenApi.Tests.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
@@ -51,6 +51,10 @@
5151
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5252
</None>
5353

54+
<None Update="Models\Samples\docWithSecurityScheme.yaml">
55+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
56+
</None>
57+
5458
<None Update="PublicApi\PublicApi.approved.txt" CopyToOutputDirectory="Always" />
5559
</ItemGroup>
5660
</Project>

0 commit comments

Comments
 (0)