Commit d211b7d Meerow
authored
File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
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 ) ;
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0;net45 </TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
5
5
<DocumentationFile >$(MSBuildThisFileDirectory)bin\$(Configuration)\$(TargetFramework)\Yaapii.Atoms.xml</DocumentationFile >
6
6
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
7
7
<Authors >ICARUS Consulting GmbH</Authors >
You can’t perform that action at this time.
0 commit comments