Skip to content

Commit 264f910

Browse files
committed
copy file to output directory
1 parent 9f118b9 commit 264f910

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

+5-1
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>
@@ -42,6 +42,10 @@
4242
<DependentUpon>OpenApiCallbackReferenceTests.cs</DependentUpon>
4343
</None>
4444

45+
<None Update="Models\Samples\docWithReusableWebhooks.yaml">
46+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
47+
</None>
48+
4549
<None Update="PublicApi\PublicApi.approved.txt" CopyToOutputDirectory="Always" />
4650
</ItemGroup>
4751

0 commit comments

Comments
 (0)