Skip to content

Commit

Permalink
Merge pull request GitTools#1 from GitTools/master
Browse files Browse the repository at this point in the history
Update fork to head repo
  • Loading branch information
da9l authored Sep 30, 2019
2 parents 3277269 + cd078e9 commit a274b6e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
// Install modules
#module nuget:?package=Cake.DotNetTool.Module&version=0.3.0
#module nuget:?package=Cake.DotNetTool.Module&version=0.3.1

// Install addins.
#addin "nuget:?package=Cake.Codecov&version=0.7.0"
#addin "nuget:?package=Cake.Coverlet&version=2.3.4"
#addin "nuget:?package=Cake.Docker&version=0.10.1"
#addin "nuget:?package=Cake.Gem&version=0.8.0"
#addin "nuget:?package=Cake.Gitter&version=0.11.0"
#addin "nuget:?package=Cake.Gem&version=0.8.1"
#addin "nuget:?package=Cake.Gitter&version=0.11.1"
#addin "nuget:?package=Cake.Incubator&version=5.1.0"
#addin "nuget:?package=Cake.Json&version=4.0.0"
#addin "nuget:?package=Cake.Npm&version=0.17.0"
#addin "nuget:?package=Cake.Tfx&version=0.9.0"
#addin "nuget:?package=Cake.Tfx&version=0.9.1"

#addin "nuget:?package=Newtonsoft.Json&version=11.0.2"
#addin "nuget:?package=Newtonsoft.Json&version=12.0.2"
#addin "nuget:?package=xunit.assert&version=2.4.1"

// Install tools.
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.10.0"
#tool "nuget:?package=ILRepack&version=2.0.17"
#tool "nuget:?package=nuget.commandline&version=5.1.0"
#tool "nuget:?package=ILRepack&version=2.0.18"
#tool "nuget:?package=nuget.commandline&version=5.2.0"

// Install .NET Core Global tools.
#tool "dotnet:?package=Codecov.Tool&version=1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion build.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
CAKE_VERSION=0.34.1
CAKE_VERSION=0.35
DOTNET_VERSION=2.2.401
4 changes: 2 additions & 2 deletions build/pack.cake
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Task("Copy-Files")
DotNetCorePublish("./src/GitVersionExe/GitVersionExe.csproj", new DotNetCorePublishSettings
{
Framework = parameters.CoreFxVersion21,
NoRestore = true,
NoRestore = false,
Configuration = parameters.Configuration,
OutputDirectory = coreFxDir,
MSBuildSettings = parameters.MSBuildSettings
Expand All @@ -144,7 +144,7 @@ Task("Copy-Files")
{
Framework = parameters.FullFxVersion,
NoBuild = true,
NoRestore = true,
NoRestore = false,
Configuration = parameters.Configuration,
OutputDirectory = parameters.Paths.Directories.ArtifactsBinFullFx,
MSBuildSettings = parameters.MSBuildSettings
Expand Down

0 comments on commit a274b6e

Please sign in to comment.