Skip to content

Commit

Permalink
deployment script fix #80
Browse files Browse the repository at this point in the history
remove the CopyAllFile line from the deployment script, it was busting
the umbraco deplyoments :(
  • Loading branch information
KevinJump committed Sep 2, 2016
1 parent f01a13d commit e643892
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PropertyGroup>
<ProjectName>uSync BackOffice</ProjectName>
<ProjectNamespace>Jumoo.uSync.BackOffice</ProjectNamespace>
<PackageVersion>3.2.3.740</PackageVersion>
<PackageVersion>3.2.2.740</PackageVersion>
<VersionSuffix></VersionSuffix>
<MinUmbracoVersion>7.4.3</MinUmbracoVersion>
</PropertyGroup>
Expand Down
2 changes: 0 additions & 2 deletions BuildPackage/Jumoo.uSync.BackOffice/Build/uSync.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
<PropertyGroup>
<CopyAllFilesToSingleFolderForPackageDependsOn>
AdduSyncDataToOutput;
$(CopyAllFilesToSingleFolderForPackageDependsOn);
</CopyAllFilesToSingleFolderForPackageDependsOn>

<CopyAllFilesToSingleFolderForMsdeployDependsOn>
AdduSyncDataToOutput;
$(CopyAllFilesToSingleFolderForMsdeployDependsOn);
</CopyAllFilesToSingleFolderForMsdeployDependsOn>
</PropertyGroup>
</Project>
7 changes: 7 additions & 0 deletions uSync.7.3.sln
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Jumoo.uSync.Snapshots", "Ju
BuildPackage\Jumoo.uSync.Snapshots\Snapshots.Package.build.xml = BuildPackage\Jumoo.uSync.Snapshots\Snapshots.Package.build.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{BB4EE3FD-B8AF-4AF1-A3B1-7CAAD9F6CA84}"
ProjectSection(SolutionItems) = preProject
BuildPackage\Jumoo.uSync.BackOffice\Build\uSync.props = BuildPackage\Jumoo.uSync.BackOffice\Build\uSync.props
BuildPackage\Jumoo.uSync.BackOffice\Build\uSync.targets = BuildPackage\Jumoo.uSync.BackOffice\Build\uSync.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -104,5 +110,6 @@ Global
{C4570818-CC2D-4BEF-A012-AF42C0F7D6A2} = {2908711F-BB6B-4A41-A36B-2A71B3F65479}
{F1BEDD23-0A8C-43CF-9A3F-0D24E0F1CFC6} = {2908711F-BB6B-4A41-A36B-2A71B3F65479}
{61244C4A-BC11-44D7-B959-3FF138A5B006} = {2908711F-BB6B-4A41-A36B-2A71B3F65479}
{BB4EE3FD-B8AF-4AF1-A3B1-7CAAD9F6CA84} = {E10E12B7-850F-4D86-9DD6-62E16B521C94}
EndGlobalSection
EndGlobal

0 comments on commit e643892

Please sign in to comment.