Skip to content

Commit

Permalink
Replace TestWorkingDir with TestBinDir per Santi's PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek committed Oct 1, 2020
1 parent d79f3d7 commit b3cf981
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/tests/Common/dir.common.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<BaseOutputPathWithConfig>$([MSBuild]::NormalizePath('$(BaseOutputPath)\$(OSPlatformConfig)\'))</BaseOutputPathWithConfig>
<TestBinDir>$(BaseOutputPathWithConfig)</TestBinDir>

<TestWorkingDir>$(BaseOutputPathWithConfig)</TestWorkingDir>

<TestSrcDir>$([MSBuild]::NormalizePath('$(RepoRoot)/src/tests/'))</TestSrcDir>
<TestSrcDir Condition="$([System.String]::new('$(MSBuildProjectDirectory)').StartsWith('$(BaseOutputPathWithConfig)'))">$(BaseOutputPathWithConfig)</TestSrcDir>
<BuildProjectRelativeDir>$([MSBuild]::MakeRelative($(TestSrcDir), $(MSBuildProjectDirectory)))\$(MSBuildProjectName)\</BuildProjectRelativeDir>
Expand Down
1 change: 0 additions & 1 deletion src/tests/Common/helixpublishwitharcade.proj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
</PropertyGroup>

<PropertyGroup>
<TestBinDir>$([MSBuild]::NormalizeDirectory($(TestWorkingDir)))</TestBinDir>
<CoreRootDirectory>$(TestBinDir)Tests\Core_Root\</CoreRootDirectory>
<PayloadsRootDirectory>$(TestBinDir)Payloads\</PayloadsRootDirectory>
<PayloadsRootDirectory>$([MSBuild]::NormalizeDirectory($(PayloadsRootDirectory)))</PayloadsRootDirectory>
Expand Down

0 comments on commit b3cf981

Please sign in to comment.