Skip to content

Commit 426b02e

Browse files
committed
Build stuff
1 parent 1135b53 commit 426b02e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

debug.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
dotnet build src/Skybrud.Essentials.AspNetCore --configuration Debug /t:rebuild /t:pack -p:BuildTools=1 -p:PackageOutputPath=c:/nuget

src/Skybrud.Essentials.AspNetCore/Skybrud.Essentials.AspNetCore.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<Version>1.0.0-alpha007</Version>
10+
<VersionPrefix>1.0.0-alpha007</VersionPrefix>
11+
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
1112
<Company>Limbo</Company>
1213
<Product>Skybrud.Essentials</Product>
1314
<Authors>Anders Bjerner</Authors>

0 commit comments

Comments
 (0)