From d667e1c51d50e8c63f64700563119d8b9226dd00 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Sun, 21 Jul 2024 01:27:22 +0100 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c3fa8626..6ef01e1a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -69,7 +69,7 @@ build_script: after_build: - echo refs > exclusions.txt - echo "Generating binaries artifacts" - - ps: $VERSIONS = ("netstandard2.0", "netstandard2.1", "net6.0", "net7.0", "net8.0") + - ps: $VERSIONS = ("netstandard2.0", "netstandard2.1", "net6.0", "net8.0") - ps: $PROJECTS = ("Configuration", "ElasticSearch", "Elmah", "EventLog", "I18n.PtBr", "Log4Net", "RabbitMQ", "Redis", "Utils") - ps: | foreach($version in $VERSIONS)