Skip to content

Commit e03e822

Browse files
committed
changed output folder of release configuration from sftp plugin
1 parent 489e87c commit e03e822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sftp-plugin/SftpFileSystem.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2727
<DebugType>pdbonly</DebugType>
2828
<Optimize>true</Optimize>
29-
<OutputPath>bin\Release\</OutputPath>
29+
<OutputPath>..\..\bin\Release\plugins\</OutputPath>
3030
<DefineConstants>TRACE</DefineConstants>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)