Skip to content

Commit

Permalink
Resolve build issues for Versioing
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Sep 20, 2023
1 parent f6a9c36 commit e4bd60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BHoMUpgrader63/BHoMUpgrader63.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\Build\</OutputPath>
<OutputPath>Build\</OutputPath>

Check failure on line 21 in BHoMUpgrader63/BHoMUpgrader63.csproj

View check run for this annotation

BHoMBot-CI / beta-project-compliance

BHoMUpgrader63/BHoMUpgrader63.csproj#L21

Output path for all build configurations should be set to '..\Build\'

Check failure on line 21 in BHoMUpgrader63/BHoMUpgrader63.csproj

View check run for this annotation

BHoMBot-CI / beta-project-compliance

BHoMUpgrader63/BHoMUpgrader63.csproj#L21

Output path for all build configurations should be set to '..\Build\'
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -27,7 +27,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Build\</OutputPath>
<OutputPath>Build\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit e4bd60e

Please sign in to comment.