|
28 | 28 | </ItemGroup>
|
29 | 29 |
|
30 | 30 | <ItemGroup>
|
31 |
| - <None Include="..\WebJobs.Script.Tests.Integration\TestScripts\**\*.*"> |
32 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
33 |
| - <Link>TestScripts\%(RecursiveDir)%(Filename)%(Extension)</Link> |
34 |
| - </None> |
35 |
| - </ItemGroup> |
36 |
| - |
37 |
| - <ItemGroup> |
38 |
| - <None Include="Description\DotNet\TestFiles\PackageReferences\ProjectWithLockMatch\function.proj"> |
39 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
40 |
| - </None> |
41 |
| - <None Include="Description\DotNet\TestFiles\PackageReferences\ProjectWithMismatchedLock\MismatchedPackageVersions\function.proj"> |
42 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
43 |
| - </None> |
44 |
| - <None Include="Description\DotNet\TestFiles\PackageReferences\ProjectWithMismatchedLock\MismatchedProjectDependencies\function.proj"> |
45 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
46 |
| - </None> |
47 |
| - <None Include="Description\DotNet\TestFiles\PackageReferences\ProjectWithoutLock\function.proj"> |
| 31 | + <None Include="..\WebJobs.Script.Tests.Integration\TestScripts\**"> |
48 | 32 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
| 33 | + <LinkBase>TestScripts</LinkBase> |
49 | 34 | </None>
|
50 | 35 | </ItemGroup>
|
51 | 36 |
|
|
58 | 43 | <PackageReference Include="appinsights.testlogger" Version="1.0.0" />
|
59 | 44 | <PackageReference Include="FluentAssertions" Version="5.9.0" />
|
60 | 45 | <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
|
61 |
| - <PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="8.1.0" /> |
| 46 | + <PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="8.1.0" /> |
62 | 47 | <PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.28.1" />
|
63 | 48 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
|
64 | 49 | <PackageReference Include="Moq" Version="4.9.0" />
|
|
88 | 73 | </ItemGroup>
|
89 | 74 |
|
90 | 75 | <ItemGroup>
|
91 |
| - <None Update="Description\DotNet\TestFiles\DepsFiles\function.deps.json"> |
92 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
93 |
| - </None> |
94 |
| - <None Update="Description\DotNet\TestFiles\DepsFiles\function2.deps.json"> |
95 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
96 |
| - </None> |
97 |
| - <None Update="Description\DotNet\TestFiles\DepsFiles\RidNativeDeps\function.deps.json"> |
98 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
99 |
| - </None> |
100 |
| - <None Update="Description\DotNet\TestFiles\PackageReferences\FunctionWithNoProject\function.json"> |
101 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
102 |
| - </None> |
103 |
| - <None Update="Description\DotNet\TestFiles\PackageReferences\ProjectWithLockMatch\project.assets.json"> |
104 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
105 |
| - </None> |
106 |
| - <None Update="Description\DotNet\TestFiles\PackageReferences\ProjectWithMismatchedLock\MismatchedPackageVersions\project.lock.json"> |
107 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
108 |
| - </None> |
109 |
| - <None Update="Description\DotNet\TestFiles\PackageReferences\ProjectWithMismatchedLock\MismatchedProjectDependencies\project.assets.json"> |
110 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
111 |
| - </None> |
112 |
| - <None Update="Managment\Payloads\ExpectedConcurrencyPayload.json"> |
113 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
114 |
| - </None> |
115 |
| - <None Update="Managment\Payloads\ExpectedHostJsonPayload.json"> |
116 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
117 |
| - </None> |
118 |
| - <None Update="Managment\Payloads\ExpectedHttpExtensionsPayload.json"> |
119 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
120 |
| - </None> |
121 |
| - <None Update="Microsoft.Azure.WebJobs.Script.WebHost.deps.json"> |
122 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
123 |
| - </None> |
124 |
| - <None Update="TestFixture\HostOptionsProviderTests\TestBasicBindings.json"> |
125 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
126 |
| - </None> |
127 |
| - <None Update="TestFixture\HostOptionsProviderTests\TestBasicConcurrency.json"> |
128 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
129 |
| - </None> |
130 |
| - <None Update="TestFixture\HostOptionsProviderTests\TestDefaultConcurrency.json"> |
131 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
132 |
| - </None> |
133 |
| - <None Update="TestFixture\HostOptionsProviderTests\TestIrregularNamingBindings.json"> |
134 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
135 |
| - </None> |
136 |
| - <None Update="TestFixture\HostOptionsProviderTests\TestMultipleBindings.json"> |
137 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
138 |
| - </None> |
139 |
| - <None Update="TestFixture\HostOptionsProviderTests\TestWihtoutExtensionsAttributeBindings.json"> |
140 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
141 |
| - </None> |
142 |
| - <None Update="TestFixture\HostOptionsProviderTests\TestWihtoutIOptionsFormatter.json"> |
143 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
144 |
| - </None> |
145 |
| - <None Update="Workers\Rpc\Resources\functions.png"> |
146 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
147 |
| - </None> |
148 |
| - <None Update="xunit.runner.json"> |
149 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
150 |
| - </None> |
151 |
| - </ItemGroup> |
152 |
| - |
153 |
| - <ItemGroup> |
154 |
| - <None Remove="Resources\FileProvisioning\PowerShell\PSGalleryEmptyFeed.xml" /> |
155 |
| - <None Remove="Resources\FileProvisioning\PowerShell\PSGallerySampleFeed.xml" /> |
156 |
| - <None Remove="Resources\FileProvisioning\PowerShell\requirements_PSGalleryOffline.psd1" /> |
157 |
| - <None Remove="Resources\FileProvisioning\PowerShell\requirements_PSGalleryOnline.psd1" /> |
158 |
| - <None Remove="Resources\FileProvisioning\PowerShell\profile.ps1" /> |
| 76 | + <None Include="Description\DotNet\TestFiles\**\*.proj" /> |
| 77 | + <None Update="Description\DotNet\TestFiles\**" CopyToOutputDirectory="PreserveNewest" /> |
| 78 | + <None Update="Microsoft.Azure.WebJobs.Script.WebHost.deps.json" CopyToOutputDirectory="PreserveNewest" /> |
| 79 | + <None Update="TestFixture\HostOptionsProviderTests\*.json" CopyToOutputDirectory="PreserveNewest" /> |
| 80 | + <None Update="Workers\Rpc\Resources\**" CopyToOutputDirectory="PreserveNewest" /> |
| 81 | + <None Update="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" /> |
| 82 | + <None Remove="Resources\FileProvisioning\PowerShell\*" /> |
159 | 83 | </ItemGroup>
|
160 | 84 |
|
161 | 85 | <ItemGroup>
|
162 |
| - <EmbeddedResource Include="Resources\FileProvisioning\PowerShell\PSGallerySampleFeed.xml" /> |
163 |
| - <EmbeddedResource Include="Resources\FileProvisioning\PowerShell\PSGalleryEmptyFeed.xml" /> |
164 |
| - <EmbeddedResource Include="Resources\FileProvisioning\PowerShell\requirements_PSGalleryOffline.psd1" /> |
165 |
| - <EmbeddedResource Include="Resources\FileProvisioning\PowerShell\requirements_PSGalleryOnline.psd1" /> |
166 |
| - <EmbeddedResource Include="Resources\FileProvisioning\PowerShell\profile.ps1"> |
167 |
| - <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
168 |
| - </EmbeddedResource> |
| 86 | + <EmbeddedResource Include="Resources\FileProvisioning\PowerShell\*" /> |
| 87 | + <EmbeddedResource Update="Resources\FileProvisioning\PowerShell\profile.ps1" CopyToOutputDirectory="Never" /> |
169 | 88 | </ItemGroup>
|
170 | 89 |
|
171 | 90 | <Import Project="..\..\build\GrpcTestFix.targets" />
|
|
0 commit comments