Skip to content
Snippets Groups Projects
Commit c71d5c4d authored by Andreia Gaita's avatar Andreia Gaita
Browse files

Fix deploy folder for packaging

parent d933f36a
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<AssemblyName>CopyLibrariesToDevelopmentFolder</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<OutputPath>$(SolutionDir)src\UnityExtension\Assets\Editor\build</OutputPath>
<OutputPath>..\..\..\..\..\unity\ExtensionTestProject\Assets\Editor\GitHubForUnity\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
......@@ -20,7 +20,6 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<OutputPath>..\..\..\..\..\unity\ExtensionTestProject\Assets\Editor\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment