|
26 | 26 | this approach gives a very small deployment. Which is kind of necessary. |
27 | 27 | --> |
28 | 28 | <!-- assemblies --> |
29 | | - <file src="fsc\Release\$fSharpNetCoreProductTargetFramework$\fsc.dll" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
30 | | - <file src="fsi\Release\$fSharpNetCoreProductTargetFramework$\fsi.dll" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
31 | | - <file src="FSharp.Core\Release\netstandard2.0\FSharp.Core.dll" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
32 | | - <file src="FSharp.Core\Release\netstandard2.0\FSharp.Core.xml" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
33 | | - <file src="FSharp.Compiler.Service\Release\netstandard2.0\FSharp.Compiler.Service.dll" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
34 | | - <file src="FSharp.Build\Release\netstandard2.0\FSharp.Build.dll" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
35 | | - <file src="FSharp.DependencyManager.Nuget\Release\netstandard2.0\FSharp.DependencyManager.Nuget.dll" |
| 29 | + <file src="fsc\$configuration$\$fSharpNetCoreProductTargetFramework$\fsc.dll" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
| 30 | + <file src="fsi\$configuration$\$fSharpNetCoreProductTargetFramework$\fsi.dll" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
| 31 | + <file src="FSharp.Core\$configuration$\netstandard2.0\FSharp.Core.dll" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
| 32 | + <file src="FSharp.Core\$configuration$\netstandard2.0\FSharp.Core.xml" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
| 33 | + <file src="FSharp.Compiler.Service\$configuration$\netstandard2.0\FSharp.Compiler.Service.dll" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
| 34 | + <file src="FSharp.Build\$configuration$\netstandard2.0\FSharp.Build.dll" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
| 35 | + <file src="FSharp.DependencyManager.Nuget\$configuration$\netstandard2.0\FSharp.DependencyManager.Nuget.dll" |
36 | 36 | target="lib\$fSharpNetCoreProductTargetFramework$" /> |
37 | | - <file src="FSharp.Compiler.Interactive.Settings\Release\netstandard2.0\FSharp.Compiler.Interactive.Settings.dll" |
| 37 | + <file src="FSharp.Compiler.Interactive.Settings\$configuration$\netstandard2.0\FSharp.Compiler.Interactive.Settings.dll" |
38 | 38 | target="lib\$fSharpNetCoreProductTargetFramework$" /> |
39 | 39 | <!-- additional files --> |
40 | | - <file src="FSharp.Compiler.Service\Release\netstandard2.0\default.win32manifest" target="contentFiles\any\any" /> |
41 | | - <file src="FSharp.Build\Release\netstandard2.0\Microsoft.FSharp.Targets" target="contentFiles\any\any" /> |
42 | | - <file src="FSharp.Build\Release\netstandard2.0\Microsoft.Portable.FSharp.Targets" target="contentFiles\any\any" /> |
43 | | - <file src="FSharp.Build\Release\netstandard2.0\Microsoft.FSharp.NetSdk.props" target="contentFiles\any\any" /> |
44 | | - <file src="FSharp.Build\Release\netstandard2.0\Microsoft.FSharp.NetSdk.targets" target="contentFiles\any\any" /> |
45 | | - <file src="FSharp.Build\Release\netstandard2.0\Microsoft.FSharp.Overrides.NetSdk.targets" target="contentFiles\any\any" /> |
| 40 | + <file src="FSharp.Compiler.Service\$configuration$\netstandard2.0\default.win32manifest" target="contentFiles\any\any" /> |
| 41 | + <file src="FSharp.Build\$configuration$\netstandard2.0\Microsoft.FSharp.Targets" target="contentFiles\any\any" /> |
| 42 | + <file src="FSharp.Build\$configuration$\netstandard2.0\Microsoft.Portable.FSharp.Targets" target="contentFiles\any\any" /> |
| 43 | + <file src="FSharp.Build\$configuration$\netstandard2.0\Microsoft.FSharp.NetSdk.props" target="contentFiles\any\any" /> |
| 44 | + <file src="FSharp.Build\$configuration$\netstandard2.0\Microsoft.FSharp.NetSdk.targets" target="contentFiles\any\any" /> |
| 45 | + <file src="FSharp.Build\$configuration$\netstandard2.0\Microsoft.FSharp.Overrides.NetSdk.targets" target="contentFiles\any\any" /> |
46 | 46 |
|
47 | 47 | <!-- resources --> |
48 | | - <file src="FSharp.Core\Release\netstandard2.0\**\FSharp.Core.resources.dll" |
| 48 | + <file src="FSharp.Core\$configuration$\netstandard2.0\**\FSharp.Core.resources.dll" |
49 | 49 | target="lib\$fSharpNetCoreProductTargetFramework$" /> |
50 | | - <file src="FSharp.Compiler.Service\Release\netstandard2.0\**\FSharp.Compiler.Service.resources.dll" |
| 50 | + <file src="FSharp.Compiler.Service\$configuration$\netstandard2.0\**\FSharp.Compiler.Service.resources.dll" |
51 | 51 | target="lib\$fSharpNetCoreProductTargetFramework$" /> |
52 | | - <file src="FSharp.Compiler.Interactive.Settings\Release\netstandard2.0\**\FSharp.Compiler.Interactive.Settings.resources.dll" |
| 52 | + <file src="FSharp.Compiler.Interactive.Settings\$configuration$\netstandard2.0\**\FSharp.Compiler.Interactive.Settings.resources.dll" |
53 | 53 | target="lib\$fSharpNetCoreProductTargetFramework$" /> |
54 | | - <file src="FSharp.Build\Release\netstandard2.0\**\FSharp.Build.resources.dll" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
55 | | - <file src="FSharp.DependencyManager.Nuget\Release\netstandard2.0\**\FSharp.DependencyManager.Nuget.resources.dll" |
| 54 | + <file src="FSharp.Build\$configuration$\netstandard2.0\**\FSharp.Build.resources.dll" target="lib\$fSharpNetCoreProductTargetFramework$" /> |
| 55 | + <file src="FSharp.DependencyManager.Nuget\$configuration$\netstandard2.0\**\FSharp.DependencyManager.Nuget.resources.dll" |
56 | 56 | target="lib\$fSharpNetCoreProductTargetFramework$" /> |
57 | 57 |
|
58 | 58 | <file src="$artifactsPackagesDir$Dependency\Shipping\FSharp.Core.$fSharpCorePreviewPackageVersion$*nupkg" target="contentFiles\Shipping" /> |
|
61 | 61 | <file src="$artifactsPackagesDir$Dependency\Shipping\FSharp.Compiler.Service.$fSharpCompilerServicePreviewPackageVersion$*nupkg" target="contentFiles\Shipping" /> |
62 | 62 | <file src="$artifactsPackagesDir$Dependency\Release\FSharp.Compiler.Service.$fSharpCompilerServicePackageVersion$*nupkg" target="contentFiles\Release" /> |
63 | 63 |
|
64 | | - <file src="FSharp.Build\Release\netstandard2.0\Shipping\Microsoft.FSharp.Core.NetSdk.props" target="contentFiles\Shipping" /> |
65 | | - <file src="FSharp.Build\Release\netstandard2.0\Release\Microsoft.FSharp.Core.NetSdk.props" target="contentFiles\Release" /> |
| 64 | + <file src="FSharp.Build\$configuration$\netstandard2.0\Shipping\Microsoft.FSharp.Core.NetSdk.props" target="contentFiles\Shipping" /> |
| 65 | + <file src="FSharp.Build\$configuration$\netstandard2.0\Release\Microsoft.FSharp.Core.NetSdk.props" target="contentFiles\Release" /> |
66 | 66 | </files> |
67 | 67 | </package> |
0 commit comments