This "push" is only for testing purposes

main
Paul Schneider 1 year ago
parent a2e22c357a
commit 9e2cebde2e
1 changed files with 2 additions and 3 deletions

@ -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

Loading…