Skip to content

Commit

Permalink
Increment the build version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBurgessMS committed Apr 9, 2024
1 parent 61ce50c commit cda17a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions properties/service_fabric_common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<!-- Set RepoRoot -->
<RepoRoot>$([System.String]::Copy('$(MSBuildThisFileDirectory)').Replace('properties\',''))</RepoRoot>
<RequestedVerbosity Condition=" '$(RequestedVerbosity)' == '' ">minimal</RequestedVerbosity>

<!-- Set Output Paths-->
<OutputPath>bin\$(Configuration)\</OutputPath>

<!-- Set Drop folders -->
<DropFolder>$(RepoRoot)drop\$(Configuration)\</DropFolder>
<DropFolderNetFramework>$(RepoRoot)drop\$(Configuration)\netframework\</DropFolderNetFramework>
Expand All @@ -31,7 +31,7 @@
<!-- TODO: Versions numbers are changed here manually for now, Integrate this with GitVersion. -->
<MajorVersion>7</MajorVersion>
<MinorVersion>0</MinorVersion>
<BuildVersion>6</BuildVersion>
<BuildVersion>7</BuildVersion>
<Revision>0</Revision>

</PropertyGroup>
Expand Down

0 comments on commit cda17a8

Please sign in to comment.