diff --git a/TradingBot/TradingBot.csproj b/TradingBot/TradingBot.csproj
index 2a92db7..d3a43ee 100644
--- a/TradingBot/TradingBot.csproj
+++ b/TradingBot/TradingBot.csproj
@@ -19,13 +19,13 @@
- 1.0.1 -> 1.1.0 (new feature)
- 1.1.0 -> 2.0.0 (breaking change)
-->
- 1.3.0
- 1.3.0.0
- 1.3.0.0
+ 1.4.0
+ 1.4.0.0
+ 1.4.0.0
TradingBot
Automated Crypto Trading Bot with Blazor UI
- Copyright © 2024 Alby96
+ Copyright © 2024 Alby96
Alby96
Alby96
@@ -46,15 +46,49 @@
Crea automaticamente 3 tag per ogni publish:
1. latest - Sempre ultima versione
- 2. {Version} - Versione semantica (es. 1.0.0)
- 3. {Version}-{Date} - Versione + timestamp (es. 1.0.0-20241217)
+ 2. {Version} - Versione semantica (es. 1.3.0)
+ 3. {Version}-{Date} - Versione + timestamp (es. 1.3.0-20241222)
Condizioni di attivazione:
- Configuration = Release
- Non dentro container Docker
- Profilo Docker in uso
+ - Docker daemon running (verifica disponibilità )
-->
+
+ $(ContainerRegistry)/$(ContainerRepository)
+ $([System.DateTime]::Now.ToString("yyyyMMdd"))
+ $(Version)-$(BuildDate)
+
+
+
+
+
+
+
+ true
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
$(ContainerRegistry)/$(ContainerRepository)
$([System.DateTime]::Now.ToString("yyyyMMdd"))
@@ -62,47 +96,43 @@
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
+
-
+
-
-
-
-
\ No newline at end of file