Skip to content

Commit

Permalink
Fixed output paths of NightlyBuilder and VersionUpdater tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ilexp committed Dec 27, 2020
1 parent 635d922 commit 97e2fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/NightlyBuilder/NightlyBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<LangVersion>7.3</LangVersion>
<OutputPath>$(RootFolder)..\Build\NightlyBuild\</OutputPath>
<OutputPath>$(RootFolder)Build\NightlyBuild\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputType>Exe</OutputType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tools/VersionUpdater/VersionUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<LangVersion>7.3</LangVersion>
<OutputPath>$(RootFolder)..\Build\Scripts\bin\</OutputPath>
<OutputPath>$(RootFolder)Build\Scripts\bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputType>Exe</OutputType>
</PropertyGroup>
Expand Down

0 comments on commit 97e2fc7

Please sign in to comment.