From a8987cf1d3afb554f26f65536077deacd225650f Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Sat, 25 Jun 2022 17:06:28 -0600 Subject: [PATCH] Only increment build number on debug builds --- Source/AaxDecrypter/AaxDecrypter.csproj | 1 - Source/AppScaffolding/AppScaffolding.csproj | 4 ++-- .../AudibleUtilities.Tests/AudibleUtilities.Tests.csproj | 1 + .../_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj | 1 + Source/publish.bat | 6 +++--- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Source/AaxDecrypter/AaxDecrypter.csproj b/Source/AaxDecrypter/AaxDecrypter.csproj index bb56f3ef..84bfe99c 100644 --- a/Source/AaxDecrypter/AaxDecrypter.csproj +++ b/Source/AaxDecrypter/AaxDecrypter.csproj @@ -2,7 +2,6 @@ net6.0-windows - true diff --git a/Source/AppScaffolding/AppScaffolding.csproj b/Source/AppScaffolding/AppScaffolding.csproj index 497bd40a..1af8a597 100644 --- a/Source/AppScaffolding/AppScaffolding.csproj +++ b/Source/AppScaffolding/AppScaffolding.csproj @@ -3,7 +3,7 @@ net6.0-windows True - 8.1.4.16 + 8.1.4.30 @@ -19,6 +19,6 @@ embedded - + \ No newline at end of file diff --git a/Source/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj b/Source/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj index ef046649..ea2b8e86 100644 --- a/Source/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj +++ b/Source/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj @@ -2,6 +2,7 @@ net6.0-windows + True false diff --git a/Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj b/Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj index 61822f5e..8e349d08 100644 --- a/Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj +++ b/Source/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj @@ -2,6 +2,7 @@ net6.0-windows + True false diff --git a/Source/publish.bat b/Source/publish.bat index e03f315d..3b9e523b 100644 --- a/Source/publish.bat +++ b/Source/publish.bat @@ -1,4 +1,4 @@ rmdir bin\Publish /S /Q -dotnet publish LibationWinForms\LibationWinForms.csproj -p:PublishProfile=LibationWinForms\Properties\PublishProfiles\FolderProfile.pubxml -dotnet publish LibationCli\LibationCli.csproj -p:PublishProfile=LibationCli\Properties\PublishProfiles\FolderProfile.pubxml -dotnet publish Hangover\Hangover.csproj -p:PublishProfile=Hangover\Properties\PublishProfiles\FolderProfile.pubxml \ No newline at end of file +dotnet publish -c Release LibationWinForms\LibationWinForms.csproj -p:PublishProfile=LibationWinForms\Properties\PublishProfiles\FolderProfile.pubxml +dotnet publish -c Release LibationCli\LibationCli.csproj -p:PublishProfile=LibationCli\Properties\PublishProfiles\FolderProfile.pubxml +dotnet publish -c Release Hangover\Hangover.csproj -p:PublishProfile=Hangover\Properties\PublishProfiles\FolderProfile.pubxml \ No newline at end of file