Skip to content

Commit acf614e

Browse files
author
Omar Tawfik
committed
Fix signing build error
1 parent fc4f4b0 commit acf614e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup/Swix/Microsoft.FSharp.SDK.Core/Microsoft.FSharp.SDK.Core.swixproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1111
<BinariesFolder>$(FSharpSourcesRoot)\..\$(Configuration)</BinariesFolder>
1212
<OutputPath>$(BinariesFolder)\insertion</OutputPath>
13+
<IntermediateOutputPath>$(MSBuildThisFileDirectory)obj</IntermediateOutputPath>
1314
</PropertyGroup>
1415

1516
<Import Project="$(FSharpSourcesRoot)\Microbuild.Settings.targets" />

setup/Swix/Microsoft.FSharp.SDK.Resources/Microsoft.FSharp.SDK.Resources.swixproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<OutputPath>$(BinariesFolder)\insertion</OutputPath>
1212
<OutputType Condition="'$(IsLangPack)' != 'true'">vsix</OutputType>
1313
<OutputType Condition="'$(IsLangPack)' == 'true'">manifest</OutputType>
14+
<IntermediateOutputPath>$(MSBuildThisFileDirectory)obj</IntermediateOutputPath>
1415
</PropertyGroup>
1516

1617
<Import Project="$(FSharpSourcesRoot)\Microbuild.Settings.targets" />

0 commit comments

Comments
 (0)