Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSandy Armstrong <sandy@xamarin.com>2019-12-05 21:56:01 +0300
committerSandy Armstrong <sandy@xamarin.com>2019-12-05 21:56:01 +0300
commit95fbc6cd5cd27fe623036c0c453e707d919e7bc6 (patch)
tree8278344fa9a7cdb8eea40f9db1f38cf4ec78f60f /build
parentb7084eed75e9ed72b6c594624b2927ffba28cd76 (diff)
Sync with vs-editor-core@d160aa851
Diffstat (limited to 'build')
-rw-r--r--build/Project.targets4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/Project.targets b/build/Project.targets
index cc9b081..3ab745b 100644
--- a/build/Project.targets
+++ b/build/Project.targets
@@ -36,7 +36,7 @@
</Target>
<PropertyGroup>
- <FPFRootPath>$(RepoRootPath)src\FPF\</FPFRootPath>
+ <FPFRootPath>$(RepoRootPath)src\Editor\FPF\</FPFRootPath>
<FPFOutputPath>$(RepoBinPath)FPF\$(Configuration)\$(TargetFramework)\</FPFOutputPath>
</PropertyGroup>
@@ -83,7 +83,7 @@
<Target Name="Test" Condition="$(HasEditorUnitTests)">
<PropertyGroup>
- <StandaloneMacEditor>$(RepoBinPath)StandaloneMacEditor\$(Configuration)\$(TargetFramework)\MonoDevelop.Ide.app\Contents\MacOS\MonoDevelop.Ide</StandaloneMacEditor>
+ <StandaloneMacEditor>$(RepoBinPath)Editor\Text\Test\Util\StandaloneMacEditor\$(Configuration)\$(TargetFramework)\MonoDevelop.Ide.app\Contents\MacOS\MonoDevelop.Ide</StandaloneMacEditor>
</PropertyGroup>
<Exec Command="&quot;$(StandaloneMacEditor)&quot; xunit &quot;$(TargetPath)&quot; -xml &quot;$(RepoArtifactsPath)TestResults\$(TargetName).xml&quot;" />
</Target>