File tree 2 files changed +5
-5
lines changed
Properties/PublishProfiles
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
4
4
-->
5
5
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6
6
<PropertyGroup >
7
- <Configuration >Minimal </Configuration >
7
+ <Configuration >Release </Configuration >
8
8
<Platform >Any CPU</Platform >
9
- <PublishDir >bin\Minimal \net6.0\publish\</PublishDir >
9
+ <PublishDir >bin\Release \net6.0-minimal \publish\</PublishDir >
10
10
<PublishProtocol >FileSystem</PublishProtocol >
11
11
<TargetFramework >net6.0</TargetFramework >
12
12
<RuntimeIdentifier >win-x64</RuntimeIdentifier >
@@ -15,5 +15,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
15
15
<PublishSelfContained >false</PublishSelfContained >
16
16
<PublishReadyToRun >false</PublishReadyToRun >
17
17
<GeneratePackageOnBuild >False</GeneratePackageOnBuild >
18
+ <SfiMinimalBuild >true</SfiMinimalBuild >
18
19
</PropertyGroup >
19
20
</Project >
Original file line number Diff line number Diff line change 32
32
<PackAsTool >true</PackAsTool >
33
33
<ToolCommandName >sfi</ToolCommandName >
34
34
<GenerateNuspecDependsOn >$(GenerateNuspecDependsOn);_ExcludeTargetFramework;_ExcludeTargetFrameworkDependency</GenerateNuspecDependsOn >
35
- <Configurations >Debug;Release;Minimal</Configurations >
36
35
<ConditionalCompilationSymbols >
37
36
<ConditionalCompilationSymbol Name =" SFI_MINIMAL" Comment =" Minimal build without additional components." />
38
37
</ConditionalCompilationSymbols >
58
57
<GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
59
58
</PropertyGroup >
60
59
61
- <PropertyGroup Condition =" '$(Configuration )' == 'Minimal '" >
60
+ <PropertyGroup Condition =" '$(SfiMinimalBuild )' == 'true '" >
62
61
<DefineConstants >SFI_MINIMAL</DefineConstants >
63
62
</PropertyGroup >
64
63
91
90
</ItemGroup >
92
91
93
92
<Choose >
94
- <When Condition =" '$(Configuration )' == 'Minimal '" >
93
+ <When Condition =" '$(SfiMinimalBuild )' == 'true '" >
95
94
<!-- No additional references. -->
96
95
</When >
97
96
<When Condition =" '$(TargetFramework)' == 'net6.0-windows' or '$(TargetFramework)' == 'net461'" >
You can’t perform that action at this time.
0 commit comments