Skip to content

Commit e6c0b4a

Browse files
authored
Remove conditional block for release build in YAML
1 parent 060ea3a commit e6c0b4a

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,21 +1100,17 @@ stages:
11001100
11011101
File Name | Description
11021102
-- | --
1103-
${{ if eq(variables['isreleasebuild'], true) }}
11041103
Winget package ```winget install -v "${tag}" -e Rnwood.Smtp4dev.Desktop``` | Rnwood.Smtp4dev.Desktop Winget package (recommended easy option for Win10/11)
11051104
Winget package ```winget install -v "${tag}" -e Rnwood.Smtp4dev``` | Rnwood.Smtp4dev Winget package Win10/11)
1106-
${{ end }}
1105+
[.NET tool - ```dotnet tool install -g Rnwood.Smtp4dev --version "$(tag)"```](https://www.nuget.org/packages/Rnwood.Smtp4dev/$(tag)) | .NET tool (recommended option for Mac OS) - [How to use dotnet tool](https://github.com/rnwood/smtp4dev/blob/master/docs/Installation.md#how-to-run-smtp4dev-as-a-dotnet-global-tool)
11071106
[Rnwood.Smtp4dev-win-x64-$(tag).zip](../../releases/download/$(tag)/Rnwood.Smtp4dev-win-x64-$(tag).zip) | Windows x64 binary standalone - Server edition
11081107
[Rnwood.Smtp4dev.Desktop-win-x64-$(tag).zip](../../releases/download/$(tag)/Rnwood.Smtp4dev.Desktop-win-x64-$(tag).zip) | Windows x64 binary standalone - Desktop app edition.
11091108
[Rnwood.Smtp4dev-win-arm64-$(tag).zip](../../releases/download/$(tag)/Rnwood.Smtp4dev-win-arm64-$(tag).zip) | Windows ARM 62-bit binary standalone
11101109
[Rnwood.Smtp4dev-linux-x64-$(tag).zip](../../releases/download/$(tag)/Rnwood.Smtp4dev-linux-x64-$(tag).zip) | Linux x64 (Intel 64 bit) binary standalone
11111110
[Rnwood.Smtp4dev-linux-musl-x64-$(tag).zip](../../releases/download/$(tag)/Rnwood.Smtp4dev-linux-musl-x64-$(tag).zip) | Linux MUSL x64 binary standalone for Linux distros using MUSL libc
11121111
[Rnwood.Smtp4dev-noruntime-$(tag).zip](../../releases/download/$(tag)/Rnwood.Smtp4dev-noruntime-$(tag).zip) | Architecture independent version. Should run on any platform where the .NET 8.0 (or greater) runtime is installed
11131112
[Docker images for Windows and Linux](https://hub.docker.com/layers/rnwood/smtp4dev/$(tag)) - [How to use Docker image](https://github.com/rnwood/smtp4dev/blob/master/docs/Installation.md#how-to-run-smtp4dev-in-docker)
1114-
[.NET tool Rnwood.Smtp4dev $(tag)](https://www.nuget.org/packages/Rnwood.Smtp4dev/$(tag)) | .NET tool (recommended option for Mac OS) - [How to use dotnet tool](https://github.com/rnwood/smtp4dev/blob/master/docs/Installation.md#how-to-run-smtp4dev-as-a-dotnet-global-tool)
1115-
1116-
1117-
1113+
11181114
${{ if eq(variables['isreleasebuild'], true) }}:
11191115
action: edit
11201116
isPreRelease: false

0 commit comments

Comments
 (0)