Skip to content

Commit

Permalink
Attempting to fix appveyor build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Swoogan committed Feb 18, 2016
1 parent 9b45193 commit 39c24f7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Octopus-Cmdlets.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<package id="Moq" version="4.2.1507.0118" targetFramework="net4" />
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net4" />
<package id="Octopus.Client" version="2.6.5.1010" targetFramework="net4" />
<package id="Sprache" version="2.0.0.44" targetFramework="net4" />
<package id="Sprache" version="2.0.0.46" targetFramework="net4" />
<package id="System.Management.Automation" version="6.1.7601.17515" targetFramework="net4" />
</packages>
2 changes: 1 addition & 1 deletion Octopus-Cmdlets/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net4" />
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net4" />
<package id="Octopus.Client" version="2.6.5.1010" targetFramework="net4" />
<package id="Sprache" version="2.0.0.46" targetFramework="net4" />
<package id="System.Management.Automation" version="6.1.7601.17515" targetFramework="net4" />
Expand Down
1 change: 1 addition & 0 deletions Todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Hold

Done
====
- Update-LibraryVariable
- More detailed tests (CopyProject)
- Get-Step
- Add-Machine
Expand Down
3 changes: 0 additions & 3 deletions packages/repositories.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\Octopus.Cmdlets\packages.config" />
<repository path="..\Octopus.Extensions\packages.config" />
<repository path="..\Octopus-Cmdlets.Extensions\packages.config" />
<repository path="..\Octopus-Cmdlets.Tests\packages.config" />
<repository path="..\Octopus-Cmdlets\packages.config" />
</repositories>

0 comments on commit 39c24f7

Please sign in to comment.