We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1135b53 commit 426b02eCopy full SHA for 426b02e
2 files changed
debug.bat
@@ -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
@@ -7,7 +7,8 @@
7
</PropertyGroup>
8
9
<PropertyGroup>
10
- <Version>1.0.0-alpha007</Version>
+ <VersionPrefix>1.0.0-alpha007</VersionPrefix>
11
+ <VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
12
<Company>Limbo</Company>
13
<Product>Skybrud.Essentials</Product>
14
<Authors>Anders Bjerner</Authors>
0 commit comments