This "push" is only for testing purposes
This commit is contained in:
5
Makefile
5
Makefile
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
CONFIGURATION=Debug
|
CONFIGURATION=Debug
|
||||||
TARGETFV=net7.0
|
TARGETFV=net7.0
|
||||||
VERSION=1.0.24
|
|
||||||
|
|
||||||
all: build-isn build-isnd
|
all: build-isn build-isnd
|
||||||
|
|
||||||
@ -14,8 +13,8 @@ pack-%: src/%
|
|||||||
watch:
|
watch:
|
||||||
dotnet watch --project=src/isnd
|
dotnet watch --project=src/isnd
|
||||||
|
|
||||||
push-%: src/%
|
test-push:
|
||||||
isn push $^/bin/$(CONFIGURATION)/$^.$(VERSION).nupkg
|
isn push src/isn/bin/Debug/isn.0.1.3.nupkg
|
||||||
|
|
||||||
clean-%: src/%
|
clean-%: src/%
|
||||||
rm -rf $^/bin $^/obj
|
rm -rf $^/bin $^/obj
|
||||||
|
Reference in New Issue
Block a user