File tree 2 files changed +9
-9
lines changed 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
// Install modules
2
- #module nuget : ? package = Cake . DotNetTool . Module & version = 0.3 .0
2
+ #module nuget : ? package = Cake . DotNetTool . Module & version = 0.3 .1
3
3
4
4
// Install addins.
5
5
#addin "nuget:?package=Cake.Codecov&version=0.7.0"
6
6
#addin "nuget:?package=Cake.Coverlet&version=2.3.4"
7
7
#addin "nuget:?package=Cake.Docker&version=0.10.1"
8
- #addin "nuget:?package=Cake.Gem&version=0.8.0 "
9
- #addin "nuget:?package=Cake.Gitter&version=0.11.0 "
8
+ #addin "nuget:?package=Cake.Gem&version=0.8.1 "
9
+ #addin "nuget:?package=Cake.Gitter&version=0.11.1 "
10
10
#addin "nuget:?package=Cake.Incubator&version=5.1.0"
11
11
#addin "nuget:?package=Cake.Json&version=4.0.0"
12
12
#addin "nuget:?package=Cake.Npm&version=0.17.0"
13
- #addin "nuget:?package=Cake.Tfx&version=0.9.0 "
13
+ #addin "nuget:?package=Cake.Tfx&version=0.9.1 "
14
14
15
- #addin "nuget:?package=Newtonsoft.Json&version=11 .0.2"
15
+ #addin "nuget:?package=Newtonsoft.Json&version=12 .0.2"
16
16
#addin "nuget:?package=xunit.assert&version=2.4.1"
17
17
18
18
// Install tools.
19
19
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.10.0"
20
- #tool "nuget:?package=ILRepack&version=2.0.17 "
21
- #tool "nuget:?package=nuget.commandline&version=5.1 .0"
20
+ #tool "nuget:?package=ILRepack&version=2.0.18 "
21
+ #tool "nuget:?package=nuget.commandline&version=5.2 .0"
22
22
23
23
// Install .NET Core Global tools.
24
24
#tool "dotnet:?package=Codecov.Tool&version=1.7.2"
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Task("Copy-Files")
129
129
DotNetCorePublish ( "./src/GitVersionExe/GitVersionExe.csproj" , new DotNetCorePublishSettings
130
130
{
131
131
Framework = parameters . CoreFxVersion21 ,
132
- NoRestore = true ,
132
+ NoRestore = false ,
133
133
Configuration = parameters . Configuration ,
134
134
OutputDirectory = coreFxDir ,
135
135
MSBuildSettings = parameters . MSBuildSettings
@@ -144,7 +144,7 @@ Task("Copy-Files")
144
144
{
145
145
Framework = parameters . FullFxVersion ,
146
146
NoBuild = true ,
147
- NoRestore = true ,
147
+ NoRestore = false ,
148
148
Configuration = parameters . Configuration ,
149
149
OutputDirectory = parameters . Paths . Directories . ArtifactsBinFullFx ,
150
150
MSBuildSettings = parameters . MSBuildSettings
You can’t perform that action at this time.
0 commit comments