Skip to content

Commit fbcd9be

Browse files
committed
Made the web deploy zip path a bit nicer
1 parent cae06e9 commit fbcd9be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<PropertyGroup>
1414
<Major>2</Major>
15-
<Minor>2</Minor>
15+
<Minor>3</Minor>
1616
<Build>0</Build>
1717
<Revision>0</Revision>
1818
</PropertyGroup>
@@ -75,7 +75,7 @@
7575
<ItemGroup>
7676
<ProjectToBuild Include="$(Root)\src\FunnelWeb.sln" />
7777
</ItemGroup>
78-
<MSBuild Projects="@(ProjectToBuild)" Targets="Build" Properties="Configuration=Release;DeployOnBuild=true;DeployTarget=Package;PackageLocation=$(PackageLocation);">
78+
<MSBuild Projects="@(ProjectToBuild)" Targets="Build" Properties="Configuration=Release;DeployOnBuild=true;DeployTarget=Package;PackageLocation=$(PackageLocation);_PackageTempDir=C:\MsDeploy\FunnelWeb">
7979
<Output TaskParameter="TargetOutputs" ItemName="AssembliesBuiltByChildProjects" />
8080
</MSBuild>
8181

src/Information/VersionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
using System.Runtime.CompilerServices;
1414
using System.Runtime.InteropServices;
1515

16-
[assembly: AssemblyVersion("2.2.0.753")]
17-
[assembly: AssemblyFileVersion("2.2.0.753")]
16+
[assembly: AssemblyVersion("2.2.0.754")]
17+
[assembly: AssemblyFileVersion("2.2.0.754")]
1818

1919

0 commit comments

Comments
 (0)