Commit 2baa23f 1 parent 9d11d8e commit 2baa23f Copy full SHA for 2baa23f
File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ var configuration = "Release";
13
13
///////////////////////////////////////////////////////////////////////////////
14
14
var buildArtifacts = Directory( "./artifacts" ) ;
15
15
var deployment = Directory( "./artifacts/deployment" ) ;
16
- var version = "1.0 .0" ;
16
+ var version = "2.3 .0" ;
17
17
18
18
///////////////////////////////////////////////////////////////////////////////
19
19
// MODULES
@@ -283,14 +283,13 @@ Task("NuGet")
283
283
. Does ( ( ) =>
284
284
{
285
285
Information ( Figlet ( "NuGet" ) ) ;
286
+ Information ( $ "Building NuGet Package for Version { version } ") ;
286
287
287
288
var settings = new DotNetCorePackSettings ( )
288
289
{
289
290
Configuration = configuration ,
290
291
OutputDirectory = buildArtifacts ,
291
- NoRestore = true ,
292
- NoBuild = true ,
293
- VersionSuffix = ""
292
+ NoRestore = true
294
293
} ;
295
294
settings . ArgumentCustomization = args => args . Append ( "--include-symbols" ) . Append ( "-p:SymbolPackageFormat=snupkg" ) ;
296
295
settings . MSBuildSettings = new DotNetCoreMSBuildSettings ( ) . SetVersionPrefix ( version ) ;
You can’t perform that action at this time.
0 commit comments