Commit a2f768b
[sdk_v2] disables generation of apphost.exe for test suite (#528)
This works since dotnet test directly runs the generated testing .dll so
the native .exe is not needed.
```
C:\Program Files\dotnet\sdk\10.0.201\Microsoft.Common.CurrentVersion.targets(5395,5): error MSB3030: Could not copy the file
"D:\a\Foundry-Local\Foundry-Local\sdk_v2\cs\test\FoundryLocal.Tests\obj\Debug\net9.0\win-x64\apphost.exe" because it was not
found. [D:\a\Foundry-Local\Foundry-Local\sdk_v2\cs\test\FoundryLocal.Tests\Microsoft.AI.Foundry.Local.Tests.csproj]
```
Co-authored-by: Prathik Rao <prathikrao@microsoft.com>1 parent 23729de commit a2f768b
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments