Skip to content

Commit

Permalink
Updated GitVersion dependency to latest version which has fix for Git…
Browse files Browse the repository at this point in the history
  • Loading branch information
dazinator committed Dec 1, 2015
1 parent 6ff5344 commit dd0319f
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 35 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed lib/NUnitTestAdapter.2.0.0/lib/nunit.core.dll
Binary file not shown.
Binary file not shown.
Binary file removed lib/NUnitTestAdapter.2.0.0/lib/nunit.util.dll
Binary file not shown.
12 changes: 0 additions & 12 deletions lib/NUnitTestAdapter.2.0.0/tools/install.ps1

This file was deleted.

1 change: 0 additions & 1 deletion src/.nuget/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
<packages>
<package id="GithubReleaseCreator" version="1.1.0" />
<package id="GitReleaseNotes" version="0.6.0" />
<package id="GitVersion.CommandLine" version="2.0.1" />
<package id="NuGet.CommandLine" version="2.8.3" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ public void CanLocateManifestFile(string manifestFileName)
string path = Path.Combine(projectDir, @"obj\DnnPackager\resources.zip");
CheckForLock(path);
throw;
}


}


}
Expand Down
16 changes: 0 additions & 16 deletions src/DnnPackager.Tests/DnnPackager.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,9 @@
</Reference>
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities.v4.0" />
<Reference Include="nunit.core">
<HintPath>..\..\lib\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="nunit.core.interfaces">
<HintPath>..\..\lib\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\lib\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="nunit.util">
<HintPath>..\..\lib\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="NUnit.VisualStudio.TestAdapter">
<HintPath>..\..\lib\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Rhino.Mocks">
<HintPath>..\..\lib\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion src/DnnPackager.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.4" targetFramework="net451" />
<package id="NUnitTestAdapter" version="2.0.0" targetFramework="net451" />
<package id="RhinoMocks" version="3.6.1" targetFramework="net451" />
<package id="SharpZipLib" version="0.86.0" targetFramework="net451" />
</packages>
4 changes: 2 additions & 2 deletions src/DnnPackager.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{6D1CB3CF-B089-436F-B358-EA3890568CF5}"
ProjectSection(SolutionItems) = preProject
Expand Down
1 change: 1 addition & 0 deletions src/DnnPackager/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GitVersion.CommandLine" version="3.3.0" targetFramework="net4" developmentDependency="true" />
<package id="Microsoft.Web.Administration" version="7.0.0.0" targetFramework="net40" />
<package id="MSBuildTasks" version="1.4.0.61" targetFramework="net40" />
</packages>

8 comments on commit dd0319f

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 20 is now running

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 20 outcome was FAILURE
Summary: Exit code 1 (new) Build time: 00:00:04

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 24 is now running

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 24 outcome was FAILURE
Summary: Exit code 1 Build time: 00:00:02

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 25 is now running

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 25 outcome was FAILURE
Summary: Exit code 1 Build time: 00:00:01

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 26 is now running

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 1.1.0-unstable.9 outcome was SUCCESS
Summary: Running Build time: 00:00:10

Please sign in to comment.