Commit 4ee616b 1 parent f2744b7 commit 4ee616b Copy full SHA for 4ee616b
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Task("Restore")
30
30
. IsDependentOn ( "Clean" )
31
31
. Does ( ( ) =>
32
32
{
33
- DotNetCoreRestore ( solution ) ;
33
+ DotNetRestore ( solution ) ;
34
34
} ) ;
35
35
36
36
// Patches the version of the library
@@ -70,9 +70,9 @@ Task("Build")
70
70
. IsDependentOn ( "PatchVersion" )
71
71
. Does ( ( ) =>
72
72
{
73
- DotNetCoreBuild (
73
+ DotNetBuild (
74
74
solution ,
75
- new DotNetCoreBuildSettings ( )
75
+ new DotNetBuildSettings ( )
76
76
{
77
77
Configuration = configuration
78
78
} ) ;
@@ -85,9 +85,9 @@ Task("Pack")
85
85
{
86
86
foreach ( var project in GetFiles ( libDirectory . ToString ( ) + "/**/*.csproj" ) )
87
87
{
88
- DotNetCorePack (
88
+ DotNetPack (
89
89
project . ToString ( ) ,
90
- new DotNetCorePackSettings ( )
90
+ new DotNetPackSettings ( )
91
91
{
92
92
Configuration = configuration ,
93
93
OutputDirectory = outputDirectory
Original file line number Diff line number Diff line change 1
- F59B8734996B76BA54F9898501DD5BBBF961F8A12823BB3250048F3E8E6D06F51176C8D5A128A5BCEBD1E8394EC604EDC9642CB7C2C1DE024BE373147D355FFB
1
+ C433B1DA214E03C3E7CF166A37A5B789F69668DA42F838F6E270B3BCFE319C18452D85455C621537281C436E4D90CCFE2BBDE5C5B5B39CAFD5B1157AE86AECCA
You can’t perform that action at this time.
0 commit comments