Skip to content

Commit

Permalink
SyncOMatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsimons committed Mar 5, 2014
1 parent 9e48e3d commit a3962cb
Show file tree
Hide file tree
Showing 26 changed files with 11 additions and 47 deletions.
5 changes: 2 additions & 3 deletions .gitignore
@@ -1,5 +1,4 @@
nugets
build
build32
binaries
obj
Expand Down Expand Up @@ -35,5 +34,5 @@ csx
_NCrunch_NServiceBus/*
logs
run-git.cmd

*.jtconfig
src/Chocolatey/Build/*
App_Packages
Binary file modified buildsupport/FubuCore.dll
Binary file not shown.
Binary file removed buildsupport/FubuCore.pdb
Binary file not shown.
13 changes: 8 additions & 5 deletions buildsupport/GitFlowVersion/Build/GitFlowVersionTask.targets
Expand Up @@ -7,10 +7,16 @@
<UsingTask
TaskName="GitFlowVersionTask.UpdateAssemblyInfo"
AssemblyFile="$(MSBuildThisFileDirectory)..\GitFlowVersionTask.dll" />
<UsingTask
TaskName="GitFlowVersionTask.WriteVersionInfoToBuildLog"
AssemblyFile="$(MSBuildThisFileDirectory)..\GitFlowVersionTask.dll" />

<Target Name="UpdateAssemblyInfo"
BeforeTargets="CoreCompile">
<GitFlowVersionTask.UpdateAssemblyInfo
<WriteVersionInfoToBuildLog
SolutionDirectory="$(SolutionDir)"
/>
<UpdateAssemblyInfo
SolutionDirectory="$(SolutionDir)"
AssemblyName="$(AssemblyName)"
ProjectFile="$(ProjectPath)"
Expand All @@ -19,14 +25,11 @@
<Output
TaskParameter="AssemblyInfoTempFilePath"
PropertyName="AssemblyInfoTempFilePath" />
</GitFlowVersionTask.UpdateAssemblyInfo>
<Message Text="$(AssemblyInfoTempFilePath)" />
</UpdateAssemblyInfo>

<Message Text="BeforeInjection @(Compile)" />
<ItemGroup>
<Compile Include="$(AssemblyInfoTempFilePath)" />
</ItemGroup>
<Message Text="AfterInjection @(Compile)" />
</Target>

<!--Support for ncrunch-->
Expand Down
Binary file modified buildsupport/GitFlowVersion/GitFlowVersion.exe
Binary file not shown.
Binary file modified buildsupport/GitFlowVersion/GitFlowVersion.pdb
Binary file not shown.
Binary file modified buildsupport/GitFlowVersion/GitFlowVersionTask.dll
Binary file not shown.
Binary file modified buildsupport/GitFlowVersion/GitFlowVersionTask.pdb
Binary file not shown.
Binary file modified buildsupport/GitFlowVersion/LibGit2Sharp.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added buildsupport/MSBuild.Community.Tasks.dll
Binary file not shown.
Binary file modified buildsupport/NuGet.Core.dll
Binary file not shown.
Binary file added buildsupport/PepitaPackage.dll
Binary file not shown.
Binary file modified buildsupport/RippleRestoreTask.dll
Binary file not shown.
Binary file removed buildsupport/RippleRestoreTask.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion buildsupport/RippleRestoreTask.targets
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">$(MSBuildProjectDirectory)\..\</SolutionDir>
<BuildDependsOn>
<BuildDependsOn Condition="'$(NCrunch)' != '1'">
RippleRestoreTarget;
$(BuildDependsOn);
</BuildDependsOn>
Expand Down
35 changes: 0 additions & 35 deletions buildsupport/Timestamp/Build/Timestamp.targets

This file was deleted.

Binary file removed buildsupport/Timestamp/Timestamp.dll
Binary file not shown.
Binary file removed buildsupport/Timestamp/Timestamp.pdb
Binary file not shown.
Binary file modified buildsupport/ripple.exe
Binary file not shown.
Binary file removed buildsupport/ripple.pdb
Binary file not shown.
1 change: 0 additions & 1 deletion buildsupport/run-git.cmd

This file was deleted.

2 changes: 0 additions & 2 deletions src/NServiceBus.sln.DotSettings
Expand Up @@ -16,7 +16,6 @@
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConditionalTernaryEqualBranch/@EntryIndexedValue">ERROR</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConditionIsAlwaysTrueOrFalse/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConstantNullCoalescingCondition/@EntryIndexedValue">ERROR</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertToConstant_002EGlobal/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=CSharpWarnings_003A_003ACS0109/@EntryIndexedValue">ERROR</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=DoubleNegationOperator/@EntryIndexedValue">ERROR</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=EmptyConstructor/@EntryIndexedValue">ERROR</s:String>
Expand All @@ -30,7 +29,6 @@
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=FieldCanBeMadeReadOnly_002ELocal/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=InconsistentNaming/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=LocalizableElement/@EntryIndexedValue">DO_NOT_SHOW</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=MemberCanBePrivate_002EGlobal/@EntryIndexedValue">SUGGESTION</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=MultipleOrderBy/@EntryIndexedValue">ERROR</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=NotAccessedField_002EGlobal/@EntryIndexedValue">WARNING</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=NotAccessedVariable/@EntryIndexedValue">ERROR</s:String>
Expand Down

0 comments on commit a3962cb

Please sign in to comment.