Skip to content

Commit

Permalink
Closes #24
Browse files Browse the repository at this point in the history
Removed dependency on MsBuild Community Tasks
  • Loading branch information
dazinator committed Dec 6, 2015
1 parent a69b74a commit 26c5029
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/DnnPackager.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<projectUrl>https://github.com/dazinator/DnnPackager</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<dependencies>
<dependency id="MSBuildTasks" version="1.4.0.61" />
<dependencies>
<dependency id="NuGet.CommandLine" version="2.8.2" />
</dependencies>
<tags>DotNetNuke DNN OctoPack</tags>
Expand All @@ -23,6 +22,7 @@
<files>
<file src="DnnPackager\tools\**\*.*" target="tools" />
<file src="DnnPackager.Tasks\bin\$Configuration$\DnnPackager.Tasks.dll" target="tools" />
<file src="DnnPackager.Tasks\bin\$Configuration$\ICSharpCode.SharpZipLib.dll" target="tools" />

<file src="DnnPackager\content\**\*.*" target="content" />
<file src="DnnPackager\readme.txt" target="" />
Expand Down
7 changes: 0 additions & 7 deletions src/DnnPackager.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# 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
Build.proj = Build.proj
.build\MSBuild.Community.Tasks.dll = .build\MSBuild.Community.Tasks.dll
.build\MSBuild.Community.Tasks.targets = .build\MSBuild.Community.Tasks.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C709D487-1FB7-47FE-A0B3-7DD3AFA6F3E9}"
ProjectSection(SolutionItems) = preProject
DnnPackager.nuspec = DnnPackager.nuspec
Expand Down
1 change: 0 additions & 1 deletion src/DnnPackager/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
<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>

4 comments on commit 26c5029

@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 34 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.19 outcome was FAILURE
Summary: Compilation error: src\DnnPackager.TestModule\DnnPackager.TestModule.csproj Build time: 00:00:06

@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 36 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.19 outcome was SUCCESS
Summary: Tests passed: 4 Build time: 00:00:12

Please sign in to comment.