From 9e2cebde2eb22832b5e4fb0d119d1bbe72149f88 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 17 Apr 2023 19:04:10 +0100 Subject: [PATCH] This "push" is only for testing purposes --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ed74db1..0a0b213 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ CONFIGURATION=Debug TARGETFV=net7.0 -VERSION=1.0.24 all: build-isn build-isnd @@ -14,8 +13,8 @@ pack-%: src/% watch: dotnet watch --project=src/isnd -push-%: src/% - isn push $^/bin/$(CONFIGURATION)/$^.$(VERSION).nupkg +test-push: + isn push src/isn/bin/Debug/isn.0.1.3.nupkg clean-%: src/% rm -rf $^/bin $^/obj