From 0d217d0f4977da6fa2fb45b2e1c7c3bb0b73a168 Mon Sep 17 00:00:00 2001 From: Odair Pedro Date: Mon, 1 Jun 2020 20:41:22 -0300 Subject: [PATCH] Adjust appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6d1b3ff..cfc6a35 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ after_build: # For once the build has completed artifacts: - path: './Evolve.Migrations.Helper/bin/Release/netcoreapp3.1/win-x64/publish' - name: evolve-migrations-helper_%APPVEYOR_BUILD_VERSION%_win-x64 + name: evolve-migrations-helper_$(APPVEYOR_BUILD_VERSION)_win-x64 type: WebDeployPackage - path: './Evolve.Migrations.Helper/bin/Release/netcoreapp3.1/linux-x64/publish'